Formatator JSON
Formatează, validează și minifică JSON
Intrare
Ieșire
Exemple
| Mode | Input | Aplică |
|---|---|---|
| Formatează | {"name":"Alice","age":30,"active":true} | |
| Formatează | [{"id":1,"name":"foo"},{"id":2,"name":"bar"}] | |
| Minifică | { "name": "Alice", "age": 30, "active": true } | |
| Minifică | [ { "id": 1 }, { "id": 2 } ] | |
| Validează | {"status":"ok","code":200} | |
| Validează | {"broken": true,} |