JSON Visualization

Visualises a JSON payload: handy in an API design review.

JSON Visualization: rendered example
Rendered by Gnomon from the source below. No edits.

The source

18 lines of PlantUML (json), and needs nothing beyond the bundled engine. Copy it, or open the template inside Gnomon and render it as it is.

@startjson

title JSON Data Structure

{
  "user": {
    "id": 1,
    "name": "John Doe",
    "email": "[email protected]",
    "roles": ["admin", "user"],
    "settings": {
      "theme": "dark",
      "notifications": true
    }
  }
}

@endjson

Render this offline

This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.

Get GnomonOpen the browser editor

Others in UML and standard diagrams