Attributes | Name and Description |
---|---|
|
caplin.streamlink.JsonHandler()
|
Attributes | Name and Description |
---|---|
|
String
format(Object obj)
Serializes a plain language object to its JSON string representation. |
|
Object
parse(String jsonString)
Parses a JSON string into a platform specific representation. |
|
Object
patch(Object existingObject, String jsonPatchString)
Patches a platform specific JSON representation with an RFC 6902 JSON patch string. |
►
caplin.streamlink.JsonHandler()
►
String
format(Object obj)
Serializes a plain language object to its JSON string representation.
Object | obj | a plain language object |
►
Object
parse(String jsonString)
Parses a JSON string into a platform specific representation.
String | jsonString | the string to parse |
►
Object
patch(Object existingObject, String jsonPatchString)
Patches a platform specific JSON representation with an RFC 6902 JSON patch string.
Object | existingObject | the platform specific JSON representation |
String | jsonPatchString | the json patch string in RFC 6902 format |