Description
Serialize JSON in a stable, canonical form for Python applications. It helps systems produce the same byte representation for the same data, which is important for hashing, signing, comparison, and protocol compatibility.
This is a developer library and has no standalone interface. When canonical JSON is used for security decisions, applications must define the accepted data model carefully so signatures and hashes match the intended content.