Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 3.0 License.
Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Provides operations for translating objects to and from JSON.
<static>
Object
parse(text)
<static>
String
stringify(v)
<static> Object parse(text)
String text - The string to transform into an object —
usually the result of a previous stringify call
Object The object parsed from the passed in text; false if
an error occurred
<static> String stringify(v)
Object v - The object to convert
String The JSON equivalent