AliyunJSONModel
Deprecated
@interface AliyunJSONModel : NSObject
* Deprecated.
-
Creates a JSONModel object.
Declaration
Objective-C
- (instancetype)initWithDictionary:(NSDictionary *)dic;Parameters
dicThe data dictionary.
Return Value
JSONModel
-
Converts a dictionary.
Declaration
Objective-C
- (NSDictionary *)toDictionary;Return Value
The converted data dictionary.
-
Creates a JSONModel object.
Declaration
Objective-C
- (instancetype)initWithFile:(NSString *)path;Parameters
pathThe file path.
Return Value
JSONModel
-
Writes data to a file.
Declaration
Objective-C
- (void)jsonToFile:(NSString *)path;Parameters
pathThe file path.
-
* Overrides the system method.
Declaration
Objective-C
- (void)setValue:(id)value forUndefinedKey:(NSString *)key;Parameters
valuevalue
keykey
AliyunJSONModel Class Reference