0

enter image description here Image shows the response, need to convert this into json, below is the structure of response am getting. I received the following response on xcode (Objective-C).

How can I convert this to JSON-compatible on Objective-C itself?

{
"abc" = "lmn";
"def" = "pqr";
object =     {
    "object1" =         {
        obj = 1;
        obj2 = ABC;
    };
    "object2" =         {
        obj3 = 0;
        obj4 = LMN;
    };
};
HSBP
  • 735
  • 2
  • 8
  • 22

0 Answers0