Data & Formats
JSON Prettify
Format and validate JSON with indentation, key sorting and minify.
Input
Output
{
"name": "FitTools",
"tags": [
"a",
"b"
],
"nested": {
"z": 1,
"a": 2
}
}Format and validate JSON with indentation, key sorting and minify.
{
"name": "FitTools",
"tags": [
"a",
"b"
],
"nested": {
"z": 1,
"a": 2
}
}