js json_encode pretty

JavaScript
var str = JSON.stringify(obj, null, 2); // spacing level = 2
Source

Also in JavaScript: