软件包:golang-github-gibson042-canonicaljson-go-dev(1.0.3-1)
golang-github-gibson042-canonicaljson-go-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-gibson042-canonicaljson-go:
- [golang-github-gibson042-canonicaljson-go_1.0.3-1.dsc]
- [golang-github-gibson042-canonicaljson-go_1.0.3.orig.tar.gz]
- [golang-github-gibson042-canonicaljson-go_1.0.3-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-ziutek-telnet-dev
- python3-jsonrpc-websocket
- golang-github-multiformats-go-multihash-dev
- python3-dataclass-wizard
- go-multihash
- golang-github-mitchellh-mapstructure-dev
- golang-github-victoriametrics-easyproto-dev
- golang-github-go-viper-mapstructure-dev
- python3-eth-utils
- golang-github-xo-tblfmt-dev
- python3-pytest-httpx
Go library for producing JSON in canonical format
Provides functionality for marshaling and unmarshaling JSON data into a canonical format. It strictly adheres to the canonical JSON specification, ensuring consistent and deterministic JSON output suitable for applications requiring cryptographic signatures, content addressing, or precise byte-for-byte comparisons of JSON structures. This package offers a reliable solution for Go developers needing to serialize and deserialize JSON with guaranteed ordering of keys and specific handling of numerical representations, making it ideal for robust and verifiable data exchange.