goog.string.StringifierProvided Bygoog.string.StringifierAll Known Implementationsgoog.json.NativeJsonProcessorAn interface for serializing objects into strings. VIEW SOURCEInstance Methodsexpand_morethis.stringify( object ) → stringSerializes an object or a value to a string. Agnostic to the particular format of object and string. Parametersobject*The object to stringify. ReturnsstringA string representation of the input. VIEW SOURCE