how can i create json object and send pass http post method in fiddleScript i try but not work
var sInput = '{"a" : 1, "b" : [2, 3, 4]}';
var json = Fiddler.WebFormats.JSON.JsonDecode(sInput);
how can i create json object and send pass http post method in fiddleScript i try but not work
var sInput = '{"a" : 1, "b" : [2, 3, 4]}';
var json = Fiddler.WebFormats.JSON.JsonDecode(sInput);
Copyright © 2021 Jogjafile Inc.
first of all, aren't you suppose to "encode" instead of "decode" before sending ?