Formattatore JSON
Formatta, valida e minifica JSON
Input
Output
Esempi
| Mode | Input | Applica |
|---|---|---|
| Formatta | {"name":"Alice","age":30,"active":true} | |
| Formatta | [{"id":1,"name":"foo"},{"id":2,"name":"bar"}] | |
| Minifica | { "name": "Alice", "age": 30, "active": true } | |
| Minifica | [ { "id": 1 }, { "id": 2 } ] | |
| Valida | {"status":"ok","code":200} | |
| Valida | {"broken": true,} |