-2

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);
Robert
  • 39,162
  • 17
  • 99
  • 152
Teerapong
  • 1
  • 1

1 Answers1

0

first of all, aren't you suppose to "encode" instead of "decode" before sending ?

lolplayer101
  • 2,112
  • 2
  • 17
  • 26