Registry / serialization / jeffail-gabs-v2

jeffail-gabs-v2

JSON →
library2.7.0gogounverified

Package gabs implements a wrapper around creating and parsing unknown or dynamic map structures resulting from JSON parsing.

go get github.com/Jeffail/gabs/v2
INSTALL
IMPORT
SIG · JEFFAIL-GABS-V2
J
jeffail-gabs-v2
serializationgov2.7.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.

gabs
github.com/Jeffail/gabs/v2

Parse JSON and access nested fields using path syntax.

package main import ( "fmt" "github.com/Jeffail/gabs/v2" ) func main() { jsonParsed, _ := gabs.ParseJSON([]byte(`{"name":"John"}`)) fmt.Println(jsonParsed.Path("name").Data().(string)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jeffail-gabs-v2 — go get jeffail-gabs-v2 · libregistry