The goog.json.Processor Interface

goog.json.Processor
> goog.string.Parser

goog.json.Processor()

An interface for JSON parsing and serialization. @interface

unhandled information:

type
'interface'

.parse

Inherited from goog.string.Parser .

Parses a string into an object and returns the result. Agnostic to the format of string and object.

s {string}
The string to parse.
returns {*}
The object generated from the string.