PipFoxy

JSON Formatter and Validator

Inspect JSON safely with configurable indentation, recursive key sorting and object or array summaries.

JSON is parsed locally and never executed.

Loading the local tool workspace…

How to use JSON Formatter and Validator

  1. 1Paste JSON, upload a .json file or load the example.
  2. 2Choose validate, format, minify or sort keys.
  3. 3Copy or download the valid output.

Common uses

  • Reading API responses
  • Checking configuration files
  • Preparing compact JSON

Good to know

  • Comments and trailing commas are not valid JSON.
  • Large deeply nested documents may take longer to display.

Frequently asked questions

Does this tool use eval?

No. It uses JSON.parse and treats the input only as data.

Can it show an error location?

When the browser provides a position, PipFoxy maps it to an approximate line and column.

available

Developer Tools

CSV to JSON

Parse CSV reliably with delimiter, header and value-type controls.

Browser processing

available

Developer Tools

JSON to CSV

Turn arrays of objects into configurable CSV with selected columns.

Browser processing

available

Developer Tools

Base64 Encoder and Decoder

Encode UTF-8 text or decode Base64 and Base64URL safely.

Browser processing

available

Developer Tools

URL Encoder and Decoder

Encode components or full URLs and safely decode escaped values.

Browser processing

available

Text Tools

Text Comparison

See added, removed and changed lines in two text versions.

Browser processing