JSON Formatter
Pretty-print, minify, and inspect JSON.
Input
validOutput
{
"name": "toolz",
"tags": [
"it",
"utilities"
],
"count": 14,
"meta": {
"shipped": true,
"version": "1.0"
}
}Pretty-print, minify, and inspect JSON.
{
"name": "toolz",
"tags": [
"it",
"utilities"
],
"count": 14,
"meta": {
"shipped": true,
"version": "1.0"
}
}