canonicalize-json
A JCS (RFC 8785) compliant JSON formatter, utilizing the Python JCS library.
3.2K
A containerized JCS (RFC 8785) compliant JSON formatter, utilizing the Python JCS library. Output can be optionally be pretty-printed.
$ cat data.json | tee /dev/stderr | docker run -i --rm 1121citrus/canonicalize-json:latest
{"z":{"dec":"122","hex":"7A","oct":"172"},"A":{"hex":"41","dec":"65","oct":"101"}}
{"A":{"dec":"65","hex":"41","oct":"101"},"z":{"dec":"122","hex":"7A","oct":"172"}}
Content type
Image
Digest
sha256:08ab59482…
Size
19.7 MB
Last updated
about 1 month ago
docker pull 1121citrus/canonicalize-json