js stringify pretty code example
Example 1: json stringify pretty
JSON.stringify(jsonobj,null,'\t')
Example 2: pretty print json in console
new JSONObject(json).toString(2)
JSON.stringify(jsonobj,null,'\t')
new JSONObject(json).toString(2)