Registry / serialization / juju-gojsonpointer

juju-gojsonpointer

JSON →
library0.0.0-20150204194629-afe8b77aa08fgogounverified

A Go implementation of JSON Pointer (RFC 6901) for navigating JSON documents.

go get github.com/juju/gojsonpointer
INSTALL
IMPORT
SIG · JUJU-GOJSONPOINTER
J
juju-gojsonpointer
serializationgov0.0.0-20150204194629-afe8b77aa08f
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.

gojsonpointer
github.com/juju/gojsonpointer

Creates a JSON pointer and prints its string representation.

package main import ( "fmt" "github.com/juju/gojsonpointer" ) func main() { ptr, _ := gojsonpointer.NewJsonPointer("/foo/bar") fmt.Println(ptr.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20150204194629-afe8b77aa08flatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
juju-gojsonpointer — go get juju-gojsonpointer · libregistry