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