• 0

How to pretty-print JSON?


JSON.stringify(obj, null, 2); // spacing level 2
JSON.stringify(obj, null, 4); // spacing level 4