formatted-json-stringify
Version:
An advanced & customisable version of the javascript JSON.stringify() function.
21 lines (20 loc) • 448 B
JSON
{
"property1":"this is the first\n\tproperty",
"property2":"this is the second property",
"property3":123,
"subObject":{
"sub_property_1": true,
"sub_property_2": false,
"sub_array": [
"abcd",
"efg",
"hijk",
"lmnop",
"qrst",
"uvw",
"xyz",
"and thats the alphabet!"
]
},
"testEmptyArray":[]
}