Projects
Tools
Blog
GitHub
Back to tools
Home
Tools
JSON
JSON
Edit, validate, diff, inspect, and transform JSON in a workspace UI.
Format (2 spaces)
Format (4 spaces)
Format (tabs)
Minify
Clear
Workspace
Diff
JSON Editor
Valid JSON
JSON Tree
Collapse All
Expand All
$
object
3 items
Key
JSON
Path
name
:
"Ish"
string
Key
Value
Path
site
:
"ishina.dev"
string
Key
Value
Path
tags
array
2 items
Key
JSON
Path
Transforms
TS Types
YAML
Flatten
interface Root { "name": string; "site": string; "tags": string[]; }