Registry / serialization / go-openapi-jsonpointer

go-openapi-jsonpointer

JSON →
library0.23.1gogounverified

Implements JSON Pointer (RFC 6901) for navigating and manipulating JSON documents.

go get github.com/go-openapi/jsonpointer
INSTALL
IMPORT
SIG · GO-OPENAPI-JSONPOI
G
go-openapi-jsonpointer
serializationgov0.23.1
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.

jsonpointer
github.com/go-openapi/jsonpointer

Creates a JSON Pointer and prints its string representation.

package main import ( "fmt" "github.com/go-openapi/jsonpointer" ) func main() { ref, _ := jsonpointer.New("/foo/bar") fmt.Println(ref.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-openapi-jsonpointer — go get go-openapi-jsonpointer · libregistry