logo
JSON Input
Loading editor...
Paste JSON here...
Workspace
Live
Loading editor...
settings
Syncing with source in real-time

Convert between standard JSON and JSON5 format instantly. JSON5 supports comments, trailing commas, unquoted keys, single quotes, and more.

Features

  • Convert JSON to JSON5 format
  • Convert JSON5 back to standard JSON
  • Supports comments in JSON5
  • Handles trailing commas and unquoted keys
  • Single and double quote support
  • Instant bidirectional conversion

How to Use

  1. Paste your dataEnter either standard JSON or JSON5 into the input editor.
  2. Select directionChoose to convert to JSON5 or to JSON.
  3. Copy the resultGet your converted output instantly.

FAQ

What is JSON5?

A more human-friendly data format that supports comments, trailing commas, unquoted keys, single quotes, and more. Commonly used for configuration files.

Is JSON5 compatible with standard JSON?

JSON5 is a superset of JSON. Any valid JSON is also valid JSON5. But JSON5 features like comments are not supported by standard JSON parsers.

Related Tools