JSON5 to JSON¶
A simple container wrapper for the json5-to-json crate.
Usage¶
Just use it with UNIX pipes:
$ echo "{ hello: 'world' }" | docker run -i --rm arokettu/json5-to-json
{"hello":"world"}
or
$ docker run -i --rm arokettu/json5-to-json < input.json5 > output.json
License¶
The image build script is available under the terms of the MIT No Attribution License.
The original CLI tool is licensed under the ISC License.