Attempts to parse the JSON string natively, falling back to
goog.json.parse if unsuccessful.
|
code » | |
Attempts to parse the JSON string natively, falling back to
the supplied
fallbackParser if unsuccessful.
|
code » | |
Attempts to serialize the JSON string natively, falling back to
goog.json.serialize if unsuccessful.
|
code » | |
Attempts to parse the JSON string natively, falling back to
goog.json.unsafeParse if unsuccessful.
|
code » |