Skip to content
BoringKit
Data & Spreadsheet Kit

Data & Spreadsheet

JSON Formatter Workbench

Format, minify, validate, query paths, and inspect JSON structure.

Runs locally in your browser. No upload.

Paste input, choose an action, then copy or download the result.

Status
Valid JSON
Root
object
Depth
3
Properties
7
Output
0 KB

Input

Paste or edit the source, then run the tool.

Formatted JSON

Review the result, then copy or download it.

JSON was formatted for easier reading.

Top-level keys: name, tagline, tools

Sample paths: $ (object, 3), $.name (string), $.tagline (string), $.tools (array, 2), $.tools[0] (object, 2), $.tools[0].name (string)

Formatted JSON

Copy or download this result when it looks right.

{
  "name": "BoringKit",
  "tagline": "Simple tools for everyday work",
  "tools": [
    {
      "name": "JSON Formatter",
      "kit": "data"
    },
    {
      "name": "Compress PDF",
      "kit": "pdf"
    }
  ]
}
Developer details
{
  "mode": "format",
  "sortKeys": false,
  "queryPath": "$",
  "query": {
    "path": "$",
    "found": true,
    "type": "object",
    "value": {
      "name": "BoringKit",
      "tagline": "Simple tools for everyday work",
      "tools": [
        {
          "name": "JSON Formatter",
          "kit": "data"
        },
        {
          "name": "Compress PDF",
          "kit": "pdf"
        }
      ]
    }
  },
  "delta": {
    "inputBytes": 148,
    "outputBytes": 216,
    "deltaBytes": 68,
    "reductionPercent": -45.9
  },
  "output": {
    "characters": 216,
    "charactersNoSpaces": 142,
    "words": 27,
    "lines": 14,
    "bytes": 216
  }
}