Registry / serialization / antonholmquist-jason

antonholmquist-jason

JSON →
library1.0.0gogounverified

Convenient library for reading arbitrary JSON while honoring strictness of the language.

go get github.com/antonholmquist/jason
INSTALL
IMPORT
SIG · ANTONHOLMQUIST-JAS
A
antonholmquist-jason
serializationgov1.0.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.

jason
github.com/antonholmquist/jason

Parse a JSON string and extract a value.

package main import ( "fmt" "github.com/antonholmquist/jason" ) func main() { jsonStr := `{"name": "John", "age": 30}` v, _ := jason.NewObjectFromBytes([]byte(jsonStr)) name, _ := v.GetString("name") fmt.Println(name) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
OpenAI (training)
1
Resources
antonholmquist-jason — go get antonholmquist-jason · libregistry