The goog.string.Parser Interface

goog.string.Parser()

An interface for parsing strings into objects. @interface

unhandled information:

type
'interface'

.parse

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.