I am trying to parse the following complex JSON result, which is returned from the Zoho Crm API:
{ \"response\": { \"result\": { \"Contacts\":
Can I ask you something? Are you the one exporting the JSON? I ask this because the format is quite weird and it does get in the way of your code.
A simpler format would allow you to serialize the string pretty much in a direct way.