Registry / serialization / thedevsaddam-gojsonq-v2

thedevsaddam-gojsonq-v2

JSON →
library2.5.2gogounverified

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

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

Query a JSON string for a specific field.

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

No known issues recorded.

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

No dependency data recorded yet.

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