Gson equivalent in Objective-C

后端 未结 8 1581
我寻月下人不归
我寻月下人不归 2021-02-05 09:14

Is there any equivalent to gson in Objective-C?

Thanks.

8条回答
  •  不要未来只要你来
    2021-02-05 10:04

    DCKeyValueObjectMapping https://github.com/dchohfi/KeyValueObjectMapping is not a JSON parser but an object-json mapper to inject NSObject properties from NSDictionary/NSArray.

提交回复
热议问题