Registry / serialization / valyala-fastjson

valyala-fastjson

JSON →
library1.6.10gogounverified

A fast JSON parser and validator for Go, optimized for performance.

go get github.com/valyala/fastjson
INSTALL
IMPORT
SIG · VALYALA-FASTJSON
V
valyala-fastjson
serializationgov1.6.10
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.

fastjson
github.com/valyala/fastjson

Parse a JSON string and access a field.

package main import ( "fmt" "github.com/valyala/fastjson" ) func main() { var p fastjson.Parser v, err := p.Parse(`{"foo":"bar"}`) if err != nil { panic(err) } fmt.Printf("foo = %s\n", v.GetStringBytes("foo")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
valyala-fastjson — go get valyala-fastjson · libregistry