JSON Converters Code Gen Formatters All tools Browse all tools built byAbhay Darji

YAML Viewer

View YAML as a collapsible tree. Navigate large documents without scrolling through raw markup.

100% client side No upload No size limit Works offline
Input
Output
Ready
Drop a file to load it

About this tool

Explore a YAML document as a tree rather than as text. Collapse the parts you do not care about and drill into the parts you do.

When you would use it

  • Navigating a large YAML document
  • Understanding an unfamiliar structure
  • Finding a specific value quickly

Worked example

YAML
id: 4815
name: Ada Lovelace
active: true
score: 91.5
roles:
  - admin
  - editor
address:
  city: London
  postcode: NW1
Tree
{6}
  id: 4815
  name: "Ada Lovelace"
  active: true
  score: 91.5
  ▾ roles [2]
    0: "admin"
    1: "editor"
  …

Things worth knowing

  • The tree is built from a real parse, so anything that renders here is valid YAML.
Questions

Frequently asked

Can I search the document?
Yes — search matches names and values, expanding and highlighting each hit.
Is my data uploaded anywhere?
No. Every tool on JSONWorks runs entirely in your browser using JavaScript. Your input is never sent to a server, never logged and never stored. The simplest proof is to disconnect from the internet — the tools keep working. The site does load Google Fonts and a Google Analytics page-view tag, so you will see those two requests in your network tab, but neither receives anything you type or paste.
Does it work offline?
Yes. JSONWorks is installable as a progressive web app and caches itself on first visit, so every tool keeps working without a connection.
Related

Tools that pair well with this