AiDiwasAiDiwas
Developer Tools

JSON Explainer

Format JSON and see a plain-English breakdown of its structure.

Formatted
{
  "name": "AIDIWAS",
  "tags": [
    "ai",
    "typescript"
  ],
  "active": true,
  "count": 5
}
Structure
root: object (4 keys)
root.name: string = "AIDIWAS"
root.tags: array (2 items)
root.tags[0]: string = "ai"
root.tags[1]: string = "typescript"
root.active: boolean = true
root.count: number = 5
Skills demonstrated:TypeScriptRecursive data structuresParsing