JSON5 to JSON

Contents

JSON5 to JSON#

DockerHub GitLab GitHub Codeberg Gitea

A simple CLI container to convert JSON5 to JSON.

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 lib is licensed under the MIT License.