NSData(ALJSONExtras) Category Reference
| Declared in | ALJSONUtilities.h |
|---|
– toJSONObject:
NSError object that is set when the JSON conversion encountered errors
- (id _Nullable)toJSONObject:(NSError *_Nullable *_Nullable)errorParameters
error |
|
|---|
Return Value
the JSON object, or null
Declared In
ALJSONUtilities.h
– asJSONObject
Returns a JSON object (could be an NSDictionary or an NSArray) converted from the NSData
object, or null, if conversion is not possible. No error value is set in this version.
- (id _Nullable)asJSONObjectReturn Value
the JSON object
Declared In
ALJSONUtilities.h