what we ship
shippeddevPersonal project · open source (MIT)

Json Table

Paste any JSON and explore it as an interactive table — 100% in your browser.

1import{ db } from'@/db'23export asyncfunctiongetUser(id) {4returndb.user5.findUnique({6where: { id },7select: { id, email, name }8});9}
100%No navegador
the problem

Inspecting tabular JSON (arrays of objects) in tree viewers is painful: endless scrolling, no sense of columns, no way to filter or compare. And pasting sensitive data into online formatters means uploading it to a third-party server.

the result

A viewer that auto-detects tabular shapes and builds nested grids with search, per-column filters, frozen columns, inline editing and CSV/JSON export. Fully client-side — no data ever leaves the browser.

stack
typescriptcssreact 19vite 8eslint
live siterepository
got something that rhymes with this?let's scope yours →