JSON Formatter

Formatea y valida tu JSON al instante

indent 2
Válido
{
  "user": {
    "name": "Ada Lovelace",
    "age": 36,
    "active": true
  },
  "roles": [
    "admin",
    "editor"
  ],
  "meta": {
    "created": "1842-10-01",
    "tags": [
      "pioneer",
      "mathematician"
    ]
  }
}