Parsing a complex JSON result with C#

后端 未结 4 1477
一生所求
一生所求 2021-01-21 08:46

I am trying to parse the following complex JSON result, which is returned from the Zoho Crm API:

{
\"response\":
{
    \"result\":
    {
        \"Contacts\":
           


        
4条回答
  •  渐次进展
    2021-01-21 09:25

    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.

提交回复
热议问题