JSON 编辑器

object{5}
:string
:number
:boolean
:array[3]
[0]:string
[1]:string
[2]:string
:object{3}
:string
:boolean
:nullnull
{
  "nome": "ToolboxHub",
  "versao": 1,
  "ativo": true,
  "tags": [
    "json",
    "editor",
    "árvore"
  ],
  "config": {
    "tema": "auto",
    "debug": false,
    "limite": null
  }
}