I am trying to parse the following complex JSON result, which is returned from the Zoho Crm API:
{ \"response\": { \"result\": { \"Contacts\":
You need to include the following portion of JSON in your deserialization object Type :
{ "response": { "result": { "Contacts": { "row": [ { "no":"1", "FL":
Class type : 'Contact' is inadequate.