jcs

JCS - JSON Canonicalization for Python 3

Downloads
31.3K
Stars
3
Committers
1

JCS - JSON Canonicalization for Python 3

This is a Python 3 package for a JCS (RFC 8785) compliant JSON canonicalization.

The main author of this code is Anders Rundgren. The original source code is at cyberphone/json-canonicalization including comprehensive test data.

Installation

$ pip install jcs

Using JCS

import jcs
data = jcs.canonicalize({"tag": 4})