I\'m trying to write my JSON object to a .json file on the server. The way I\'m doing this now is:
JavaScript:
function createJsonFile() { var j
Probably too late to answer the question. But I encountered the same issue. I resolved it by using "JSON_PRETTY_PRINT"
Following is my code: