package
0.2.0
Repository: https://github.com/hasmatthew/go-swagger.git
Documentation: pkg.go.dev

# README

gojsonreference

An implementation of JSON Reference - Go language

Status

Work in progress ( 90% done )

Dependencies

https://github.com/xeipuuv/gojsonpointer

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 parses the ref string and panics when it's invalid.
New creates a new reference for the given string.

# Structs

Ref represents a json reference object.