JSON5 Converter - Format JSON5 Files to JSON | Online Free DevTools by Hexmos
Format JSON5 files quickly with JSON5 Converter. Convert JSON5 to JSON, validate syntax, and specify indentations. Free online tool, no registration required.
json5
Convert JSON5 files to JSON. More information: https://json5.org.
- Convert JSON5
stdinto JSONstdout:
echo {{input}} | json5
- Convert a JSON5 file to JSON and output to
stdout:
json5 {{path/to/input_file.json5}}
- Convert a JSON5 file to the specified JSON file:
json5 {{path/to/input_file.json5}} --out-file {{path/to/output_file.json}}
- Validate a JSON5 file:
json5 {{path/to/input_file.json5}} --validate
- Specify the number of spaces to indent by (or “t” for tabs):
json5 --space {{indent_amount}}
- Display help:
json5 --help
