json5-to-json

Crates.iojson5-to-json
lib.rsjson5-to-json
version0.1.2
sourcesrc
created_at2018-10-02 20:52:08.383322
updated_at2019-01-28 22:27:41.31342
descriptionA bare-bones tool for converting JSON5 to plain JSON.
homepage
repositoryhttps://github.com/callum-oakley/json5-to-json
max_upload_size
id87686
size3,399
Callum Oakley (callum-oakley)

documentation

README

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"}
Commit count: 6

cargo fmt