文件名称:JSONConverter:将JSON字符串转换为Mantle的Objective-C模型类。 (https
文件大小:893KB
文件格式:ZIP
更新时间:2024-05-22 04:54:56
Objective-C
### JSONConvertor将JSON字符串转换为Objective-C模型类。 ###样本JSON字符串: { "array": [ { "key1": "value11", "key2": "value12" }, { "key1": "value21", "key2": "value22" } ], "boolean": true, "null": null, "number": 123, "object": { "a": "b", "c": "d", "e": "f" }, "string": "Hello World" } 模型类别: // ------------ Interface ------------ #pragma ma