Registry / serialization / tent-canonical-json-go

tent-canonical-json-go

JSON →
library0.0.0-20130607151641-96e4ba3a7613gogounverified

Implements canonical JSON encoding as specified by the Tent protocol.

go get github.com/tent/canonical-json-go
INSTALL
IMPORT
SIG · TENT-CANONICAL-JSO
T
tent-canonical-json-go
serializationgov0.0.0-20130607151641-96e4ba3a7613
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

canonicaljson
✓ github.com/tent/canonical-json-go

Marshals a map to canonical JSON.

package main import ( "fmt" "github.com/tent/canonical-json-go" ) func main() { data := map[string]int{"a": 1} out, _ := canonicaljson.Marshal(data) fmt.Println(string(out)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20130607151641-96e4ba3a7613latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
tent-canonical-json-go — go get tent-canonical-json-go · libregistry