Registry / serialization / ohler55-ojg

ohler55-ojg

JSON →
library1.28.1gogounverified

A collection of JSON tools including validators, parsers, a full JSONPath implementation, data conversion utilities, and a simple type assembler.

go get github.com/ohler55/ojg
INSTALL
IMPORT
SIG · OHLER55-OJG
O
ohler55-ojg
serializationgov1.28.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.

ojg
github.com/ohler55/ojg

Parse a JSON string using the default parser.

package main import ( "fmt" "github.com/ohler55/ojg" ) func main() { p := ojg.NewParser() v, err := p.Parse([]byte(`{"a": 1}`)) if err != nil { panic(err) } fmt.Println(v) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ohler55-ojg — go get ohler55-ojg · libregistry