Namespace bot.json
code »Show:
Global Functions
code »bot.json.parse ( jsonStr ) ⇒ *
Parses a JSON string and returns the result.
*
code »bot.json.stringify ( jsonObj, opt_replacer ) ⇒ string
Converts a JSON object to its string representation.
string
Parameters |
---|
|
Returns |
|