1121citrus/canonicalize-json

By 1121citrus

Updated about 1 month ago

A JCS (RFC 8785) compliant JSON formatter, utilizing the Python JCS library.

Image
Languages & frameworks
0

3.2K

1121citrus/canonicalize-json repository overview

canonicalize-json

A containerized JCS (RFC 8785) compliant JSON formatter, utilizing the Python JCS library. Output can be optionally be pretty-printed.

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

Tag summary

Content type

Image

Digest

sha256:08ab59482

Size

19.7 MB

Last updated

about 1 month ago

docker pull 1121citrus/canonicalize-json