JSON Viewer

Visualize and query JSON files online and generate graphs from your data.

JSON

JSON stands for JavaScript Object Notation and it's a plain-text data format primarily developed for use in JavaScript, but now widely used across the interwebs, specially in modern web APIs.

Character encoding

As stated by the RFC 8259, we expect strings in uploaded JSON files to be encoded in UTF-8.

If your file contains non UTF-8 characters, you might get an error when converting your data.