Data

JSON and CSV tools for formatting, validation, preview, editing, and conversion across API debugging, data cleanup, table handling, and cross-system migration.

21 tools

Data

About this category

Structured data is at the centre of every API, integration, and export. Most issues come down to formatting noise: a missing comma, a mismatched bracket, an unexpected encoding, a CSV that uses semicolons instead of commas.

These tools give you a fast, browser-side workspace to format, validate, and transform JSON and CSV. Paste a payload from a request, inspect a fixture from disk, or convert a spreadsheet for an import — without sending the data to a third-party server.

What you can do here

  1. Format and validate JSON

    Pretty-print or minify with positional error messages so you can locate the broken line instead of staring at a stacktrace.

  2. Convert between formats

    JSON ↔ CSV ↔ TSV ↔ YAML conversion that respects nested keys, header rows, and delimiter variants common in exports.

  3. CSV preview and cleanup

    Table-view preview with delimiter detection, header inference, and quick fixes for malformed rows before importing into a database or warehouse.

  4. Local-first by design

    All parsing happens in the browser, which makes these tools safe for staging data, debug snapshots, and partial customer payloads.