goog.json.hybridProvided Bygoog.json.hybridNo description available.VIEW SOURCEFunctionsexpand_moreparse( jsonString ) → (Object|null)Attempts to parse the JSON string natively, falling back to goog.json.parse if unsuccessful. ParametersjsonStringstringJSON string to parse. Returns(Object|null)Resulting JSON object. VIEW SOURCEexpand_morestringify( obj ) → stringAttempts to serialize the JSON string natively, falling back to goog.json.serialize if unsuccessful. ParametersobjObjectJavaScript object to serialize to JSON. ReturnsstringResulting JSON string. VIEW SOURCE