//
pkg.gl
Category
github.com/go-openapi/jsonreference
module
package
0.21.0
Repository:
https://github.com/go-openapi/jsonreference.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
58
Files
108 SLOC
#
README
gojsonreference
An implementation of JSON Reference - Go language
Status
Feature complete. Stable API
Dependencies
https://github.com/go-openapi/jsonpointer
References
http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07
http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03
#
Functions
MustCreateRef
MustCreateRef parses the ref string and panics when it's invalid.
New
New creates a new reference for the given string.
#
Structs
Ref
Ref represents a json reference object.