#json5 #json #convert #translate #to

app json5-to-json

A bare-bones tool for converting JSON5 to plain JSON

3 releases

0.1.2 Jan 28, 2019
0.1.1 Oct 2, 2018
0.1.0 Oct 2, 2018

#17 in #json5

Download history 17/week @ 2024-02-26 51/week @ 2024-04-01

51 downloads per month

ISC license

3KB

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"}

Dependencies

~2.6–3.5MB
~73K SLoC