mention RFC 6901
This commit is contained in:
@@ -5,7 +5,7 @@ Resolve JSON Pointers in Python
|
||||
-------------------------------
|
||||
|
||||
Library to resolve JSON Pointers according to
|
||||
http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-08
|
||||
[RFC 6901](http://tools.ietf.org/html/rfc6901)
|
||||
|
||||
See Sourcecode for Examples
|
||||
* Website: https://github.com/stefankoegl/python-json-pointer
|
||||
|
||||
@@ -30,9 +30,7 @@
|
||||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
""" Identify specific nodes in a JSON document (according to draft 08) """
|
||||
|
||||
# http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-08
|
||||
""" Identify specific nodes in a JSON document (RFC 6901) """
|
||||
|
||||
# Will be parsed by setup.py to determine package metadata
|
||||
__author__ = 'Stefan Kögl <stefan@skoegl.net>'
|
||||
|
||||
Reference in New Issue
Block a user