avatar
convert object to json Javascript
var obj = [];
var jsonStr = JSON.stringify(obj);
You need to login to do this manipulation!