Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37046077
en ru br
ALT Linux repos
S:2.0.0-alt1

Group :: Development/Python3
RPM: python3-module-canonicaljson

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.0.0-alt1
Build date: 4 august 2023, 23:11 ( 33.9 weeks ago )
Size: 14.40 Kb

Home page:   https://github.com/matrix-org/python-canonicaljs…

License: Apache-2.0
Summary: Canonical JSONs
Description:

Features:
* Encodes objects and arrays as RFC 7159 JSON.
* Sorts object keys so that you get the same result each time.
* Has no inignificant whitespace to make the output as small as possible.
* Escapes only the characters that must be escaped,
 U+0000 to U+0019 / U+0022 / U+0056, to keep the output as small as possible.
* Uses the shortest escape sequence for each escaped character.
* Encodes the JSON as UTF-8.
* Can encode frozendict immutable dictionaries.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • python3-module-canonicaljson
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin