Video guide · 18 seconds
Watch: explore JSON in text, tree, and table views
No sound. Each step is captioned on screen and also written out in the guide below.
Data & developer tools JSON
Move between readable text, a collapsible tree, and a searchable table while keeping your JSON on this device.
Workspace
Edit the text, then refresh the Tree or Table view to inspect the current document.
Your JSON tree will appear here.
Your JSON table will appear here.
Video guide · 18 seconds
No sound. Each step is captioned on screen and also written out in the guide below.
A quick guide
Edit the exact JSON source with full control over formatting.
Expand and collapse nested objects and arrays by path.
Search every path, type, and value in a flat scan-friendly list.
Editor note
Text → parse → Tree / TableTree and Table views are regenerated from valid JSON when you refresh. Invalid text stays visible so you can fix it without losing your source.
Good to know
The first editor version treats Text as the source of truth. Use the Tree and Table views to explore and search, then make edits in Text and refresh the views.
It closes every expandable object and array in the Tree view. Expand all opens them again so you can scan the full structure.
Search can match every row, JSON path, value text, or JSON type. Matching rows are highlighted in Tree and filtered in Table.