Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 345 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 345 Bytes

Reads JSON5 on stdin, writes plain JSON on stdout. A thin wrapper around json5-rs and Serde JSON.

$ cargo install json5-to-json
$ echo "{ hello: 'world' }" | json5-to-json
{"hello":"world"}