Retrieving values from json using objective-c

后端 未结 3 1144
萌比男神i
萌比男神i 2020-12-29 15:54

I am currently trying to work with json and objective-c however having a bit of difficulty. The following is the json that is being returned

{
    sethostna         


        
3条回答
  •  清歌不尽
    2020-12-29 16:32

    Why not use the simplest JSON method - [myString jsonValue];

    It's part of this JSON framework for objective-c

提交回复
热议问题