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