Registry / serialization / fastjson

fastjson

JSON →
library1.5.1gogounverified

Package fastjson provides a library for fast JSON encoding, optimised for static code generation.

go get go.elastic.co/fastjson
INSTALL
IMPORT
SIG · FASTJSON
F
fastjson
serializationgov1.5.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.

fastjson
go.elastic.co/fastjson

Encode a JSON string using fastjson buffer.

package main import ( "fmt" "go.elastic.co/fastjson" ) func main() { var buf fastjson.Buffer buf.String("hello") fmt.Println(string(buf.Bytes())) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
fastjson — go get fastjson · libregistry