-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

json5


> A command-line tool for converting JSON5 files to JSON.

More information.


Convert JSON5 stdin to JSON stdout:

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}

View available options:

json5 --help


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:33:59 2024