Registry / serialization / nikkolasg-hexjson

nikkolasg-hexjson

JSON →
library0.1.0gogounverified

Package hexjson implements encoding and decoding of JSON as defined in RFC 7159, providing a hex-encoded JSON format.

go get github.com/nikkolasg/hexjson
INSTALL
IMPORT
SIG · NIKKOLASG-HEXJSON
N
nikkolasg-hexjson
serializationgov0.1.0
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.

hexjson
github.com/nikkolasg/hexjson

Marshal a struct to hex-encoded JSON

package main import ( "fmt" "github.com/nikkolasg/hexjson" ) func main() { type Person struct { Name string `json:"name"` Age int `json:"age"` } p := Person{Name: "Alice", Age: 30} data, _ := hexjson.Marshal(p) fmt.Println(string(data)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nikkolasg-hexjson — go get nikkolasg-hexjson · libregistry