I downloaded the code from json.org to serialize/deserialize javascript objects to/from json and it worked just fine. However, in production, it conflicts with my other javascript code apparently because it uses for in loops. Is there another library that does this? Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I use jQuery, specifically with the jQuery-JSON plugin. As you can see from the link, this works like so
|
|||
|
|
|
Have you looked at the YUI JSON utility? |
|||
|
|