Hi, I've updated my v1.6.1 Prototype to the new v1.7.
In 1.6.1 I have this (**) JSON string parsed correctly, but in v1.7
I'm getting a Parse Error when I call evalJSON() on the JSON string.
The JSON format seems to be correct, so I think something is broken in
v1.7.
(**)
{
'comentarios':
[
{
'texto' : 'sdfadfadfadfasdf',
'fecha' : '2011-02-11 23:24:13',
'class' : 'Comentario',
'deleted' : '',
'entrada_id' : '1',
'usuario_id' : '',
'id' : '2'
},
{
'texto' : 'asdfasdfasdfasdfasdfasdf',
'fecha' : '2011-02-11 23:24:17',
'class' : 'Comentario',
'deleted' : '',
'entrada_id' : '1',
'usuario_id' : '',
'id' : '3'
}
]
}
Cheers,
Pablo.
http://yuppframework.blogspot.com/
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.