パッケージ: 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.