goog.json
to the goog.json.Processor
interface.
goog.json.EvalJsonProcessor |
opt_replacer
: ?goog.json.Replacer=
An optional replacer to use during
serialization.
|
opt_useUnsafeParsing
: ?boolean=
Whether to use goog.json.unsafeParse
for parsing. Safe parsing is very slow on large strings. On the other
hand, unsafe parsing uses eval() without checking whether the string is
valid, so it should only be used if you trust the source of the string.
|
No description.
|
Code » |