You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
Hi,
I'm sure this is a simple one for the experienced one but I have spent hours
trying to find a solution for this an cannot find any suitable documentation:
I m using javascript and would like to convert a string holding JSON
text-format to an array of objects.
Example of the string:
var strTest = "{\"myname\":\"George Clooney\",\"myage\":25};" +
"{\"myname\":\"david copperfield\",\"myage\":45}";
var myJsonObj = jsonParse(strTest);
I would have expected that myJsonObj would have TWO objects stored in an array
but it is giving me an error saying
"cont is undefined"
It is a variable found in the downloaded source:
json-sans-eval.js
thanks alot
Original issue reported on code.google.com by borgb...@gmail.com on 25 Jul 2011 at 3:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
borgb...@gmail.com
on 25 Jul 2011 at 3:57The text was updated successfully, but these errors were encountered: