StreamLink for iOS
8.0.2.287281-045ba3c8
|
Handler for parsing and patching JSON objects. More...
Instance Methods | |
(NSObject *) | - parse: |
Parses a JSON string into a platform specific representation. More... | |
(NSObject *) | - patch:with: |
Patches a platform specific JSON representation with an RFC 6902 JSON patch string. More... | |
Handler for parsing and patching JSON objects.
- (NSObject *) parse: | (NSString *) | jsonString |
Parses a JSON string into a platform specific representation.
jsonString | the string to parse |
- (NSObject *) patch: | (NSObject *) | existingObject | |
with: | (NSString *) | jsonPatchString | |
Patches a platform specific JSON representation with an RFC 6902 JSON patch string.
existingObject | the platform specific JSON representation |
jsonPatchString | the json patch string in RFC 6902 format |