goog.string.ParserProvided Bygoog.string.ParserAll Known Implementationsgoog.json.NativeJsonProcessorAn interface for parsing strings into objects. VIEW SOURCEInstance Methodsexpand_morethis.parse( s ) → *Parses a string into an object and returns the result. Agnostic to the format of string and object. ParameterssstringThe string to parse. Returns*The object generated from the string. VIEW SOURCE