Gaurav

Results 2 issues of Gaurav

Hi Team, Could someone share the knowledge on how to read array object having values in it using Newtonsoft.Json assembly. As I understood, JsonTuple creates Key/Value pairs from the array...

Below is the sample extract json, { "AReference": "XXXXXXXXXXXX", "Id": 111111111, "items": [ { "vId": 22222222, "rReason": { "AB": 1, "XY": "ABC XYZ" } } ], "time": "2017-12-28T13:51:18.6679191Z" }