Registry / serialization / go-faster-jx

go-faster-jx

JSON →
library1.2.0gogounverified

Package jx implements RFC 7159 JSON encoding and decoding.

go get github.com/go-faster/jx
INSTALL
IMPORT
SIG · GO-FASTER-JX
G
go-faster-jx
serializationgov1.2.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.

jx
github.com/go-faster/jx

Encodes a simple JSON object using jx.

package main import ( "fmt" "github.com/go-faster/jx" ) func main() { var v jx.Encoder v.ObjStart() v.Field("hello", func(e *jx.Encoder) { e.Str("world") }) v.ObjEnd() fmt.Println(v.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
go-faster-jx — go get go-faster-jx · libregistry