There is a code:
How to add to the end of оItems element { 'ID' :3, 'Count' :1 }? Thx.
oSession.utilDecodeResponse();
var
sBody = System.Text.Encoding.UTF8.GetString(oSession.responseBodyBytes);
var
oJSON = Fiddler.WebFormats.JSON.JsonDecode(sBody);
var
o_JSON = Fiddler.WebFormats.JSON.JsonDecode(oJSON.JSONObject[0][
'response'
]);
var
oItems = o_JSON.JSONObject[
'data'
][
'User'
][
'Equip'
][
'Items'
];