Utility

Exemplar Viz

Explore JSON or YAML as an interactive graph with export to PNG.

Large JSON payloads are hard to read as raw text. Exemplar Viz turns objects and arrays into nodes and edges you can pan and zoom—great for understanding service configs, API responses, and automation inputs. Load a sample, collapse panels for space, and export a PNG for docs or incident threads.

Input panel

Nodes: 0 · Edges: 0

FAQs — scroll inside this panel

FAQs

Why a separate page?

The visualizer uses a heavier graph engine; it lives on its own route for performance and deep-linking.

What if my document is huge?

Rendering stops after a node budget to protect the tab—trim the payload or split files.

Can I export the graph?

Yes—PNG export includes an optional watermark for sharing.

YAML or JSON?

Both—pick auto-detect or force JSON vs YAML parsing modes in the UI.

General

Do these tools send my data to Exemplar’s servers?

By default, conversion and formatting run entirely in your browser. Nothing is uploaded to Exemplar for normal paste-and-transform workflows. Tools that deliberately open an external service (for example, a third-party speed test) are called out on the page.

Do I need an account or install anything?

No account is required. Everything runs in the browser—there is nothing to install for these utilities. They complement the Exemplar platform but work standalone.

Are these utilities open-source or the same as other sites?

These pages are built for Exemplar’s audience (developers working with APIs, config, and ops data). Behavior may differ slightly from other online tools; always verify critical output in your own environment.

Are there size or performance limits?

Very large inputs can slow down or crash the tab—especially for images, huge JSON, or multi‑MB HAR files. For production-scale data, prefer local CLI tools, streaming parsers, or your own pipelines.

Can I use output in production?

Yes, when you have validated it. Parsers and formatters here aim to be helpful for everyday tasks but are not a substitute for tests, schema validation, or security review where it matters.

Where can I read more about privacy?

See our Privacy policy at /privacy for how exemplar.dev handles site analytics and general data practices.