I have a JSON like this:
{"id":"53530","name":"Bifurcadores <ul class=\'menu\' style=\'display:none\'
id=\'ul53530\'> <li onclick=\'pinchar(,\"Todo\")\'>
<a href=\'#\'>LANZAR PRUEBAS TOTAL <\/a><\/li>",
"data":{"$color":"#008000","$type":"circle"},
"children":[{"id":"53443"
....etc }
And when doing this in Javascript:
json=JSON.parse(JSON.stringify(http.responseText));
I get this error:
jit.js:8795 Uncaught TypeError: Cannot read property 'id' of undefined
Can you help me, please? Thank you very much in advance