Registry / serialization / thedevsaddam-gojsonq

thedevsaddam-gojsonq

JSON →
library2.3.0+incompatiblegogounverified

A simple, elegant, and fast ODM-like API to access and query JSON documents.

go get github.com/thedevsaddam/gojsonq
INSTALL
IMPORT
SIG · THEDEVSADDAM-GOJSO
T
thedevsaddam-gojsonq
serializationgov2.3.0+incompatible
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.

gojsonq
github.com/thedevsaddam/gojsonq

Queries a JSON string for the 'name' field

package main import ( "fmt" "github.com/thedevsaddam/gojsonq" ) func main() { jq := gojsonq.New().FromString(`{"name":"John","age":30}`) fmt.Println(jq.Find("name")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
OpenAI (training)
1
Resources
thedevsaddam-gojsonq — go get thedevsaddam-gojsonq · libregistry