Registry / serialization / gowebpki-jcs

gowebpki-jcs

JSON →
library1.0.1gogounverified

jcs canonicalizes JSON data according to RFC 8785.

go get github.com/gowebpki/jcs
INSTALL
IMPORT
SIG · GOWEBPKI-JCS
G
gowebpki-jcs
serializationgov1.0.1
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.

jcs
github.com/gowebpki/jcs

Canonicalize a JSON object.

package main import ( "fmt" "github.com/gowebpki/jcs" ) func main() { input := []byte(`{"b":2,"a":1}`) canonical, _ := jcs.Transform(input) fmt.Println(string(canonical)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
gowebpki-jcs — go get gowebpki-jcs · libregistry