Registry / serialization / go-openapi-jsonreference

go-openapi-jsonreference

JSON →
library0.21.5gogounverified

Implements JSON Reference (RFC 6901) for resolving and manipulating references within JSON documents.

go get github.com/go-openapi/jsonreference
INSTALL
IMPORT
SIG · GO-OPENAPI-JSONREF
G
go-openapi-jsonreference
serializationgov0.21.5
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.

jsonreference
github.com/go-openapi/jsonreference

Creates a JSON Reference and prints its string representation.

package main import ( "fmt" "github.com/go-openapi/jsonreference" ) func main() { ref, _ := jsonreference.New("http://example.com/schema#/definitions/foo") fmt.Println(ref.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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