How to convert JSON to Object

后端 未结 3 865
南旧
南旧 2021-02-05 23:47

I defined some custom classes, such as Teacher, Student... Now I receive teacher info (JSON string) from remote server.

How can I convert the J

3条回答
  •  不思量自难忘°
    2021-02-06 00:22

    Specifically, check out https://github.com/fanpyi/jsontooc/blob/master/README.md This is the example convert JSON data to Objective-C model, use nodejs.

提交回复
热议问题