Tema: Decode Json
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/12/2015, 15:25
sanandresm
 
Fecha de Ingreso: diciembre-2015
Mensajes: 67
Antigüedad: 8 años, 5 meses
Puntos: 2
Respuesta: Decode Json

No uses ese script intenta con esto:

Código Javascript:
Ver original
  1. var RESPUESTA_JSON = JSON.decode(JSON);

La función JSON.decode transforma cualquier texto JSON en una variable, array u objeto JS.