Crates.io | json5-to-json |
lib.rs | json5-to-json |
version | 0.1.2 |
source | src |
created_at | 2018-10-02 20:52:08.383322 |
updated_at | 2019-01-28 22:27:41.31342 |
description | A bare-bones tool for converting JSON5 to plain JSON. |
homepage | |
repository | https://github.com/callum-oakley/json5-to-json |
max_upload_size | |
id | 87686 |
size | 3,399 |
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"}