Registry / serialization / bcicen-jstream

bcicen-jstream

JSON →
library1.0.1gogounverified

Package jstream provides a streaming JSON parser for Go.

go get github.com/bcicen/jstream
INSTALL
IMPORT
SIG · BCICEN-JSTREAM
B
bcicen-jstream
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.

jstream
github.com/bcicen/jstream

Demonstrates streaming JSON parsing with jstream.

package main import ( "fmt" "strings" "github.com/bcicen/jstream" ) func main() { reader := strings.NewReader(`{"a":1,"b":2}`) decoder := jstream.NewDecoder(reader, 0) for mv := range decoder.Stream() { fmt.Println(mv.Value) } }
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
18 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
bcicen-jstream — go get bcicen-jstream · libregistry