~nskaggs/+junk/xenial-test

« back to all changes in this revision

Viewing changes to src/github.com/juju/gojsonpointer/README.md

  • Committer: Nicholas Skaggs
  • Date: 2016-10-24 20:56:05 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20161024205605-z8lta0uvuhtxwzwl
Initi with beta15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# gojsonpointer
 
2
An implementation of JSON Pointer - Go language
 
3
 
 
4
## References
 
5
http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07
 
6
 
 
7
### Note
 
8
The 4.Evaluation part of the previous reference, starting with 'If the currently referenced value is a JSON array, the reference token MUST contain either...' is not implemented.