DEV Community

Discussion on: TIL: JSON.stringify() can do formatted output.

Collapse
 
arccosine profile image
ArcCosine

Hi, this code is also good!
JSON.stringify(yourJSObjectHere, null, " ");

For the third argument, specify 4 spaces:)