Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 334 Bytes

File metadata and controls

12 lines (7 loc) · 334 Bytes

json-format

JSON Pretty Printer for JavaScript

I didn't like the "pretty" formatting of JSON.stringify() so I put this together. It is loosely based on a comment at php.net.

Usage

var formattedJSONString = JSONFormat( someJSONString );