DonutEspresso / big-json

A stream based implementation of JSON.parse and JSON.stringify for big POJOs
MIT License
114 stars 9 forks source link

How do I pretty print? #33

Open DuncanMarshall opened 1 year ago

DuncanMarshall commented 1 year ago

I'd like to print my json with indentations, perhaps equivalent to JSON.stringify(obj, "\t", 3). How is this done?