json.Processor Extends goog.string.Parser
An interface for JSON parsing and serialization.

Inheritance

Constructor

goog.json.Processor()

Instance Methods

Public Protected Private
parse(s) *
Parses a string into an object and returns the result. Agnostic to the format of string and object.
Arguments:
s : string
The string to parse.
Returns: *  The object generated from the string.
code »

Package json

Package Reference