diff options
author | Stefan Kögl <stefan@skoegl.net> | 2012-11-11 10:50:55 +0100 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2012-11-11 10:50:55 +0100 |
commit | 157e2c49bf27a582c12433e96f5a3b51ddbd3104 (patch) | |
tree | 52cefa1709af06bf8b31a26c265e945a3b27c6cd | |
parent | 831177a224c5223bb655e8d53a7b0b40f2dab723 (diff) | |
download | python-json-pointer-157e2c49bf27a582c12433e96f5a3b51ddbd3104.tar.gz |
Update README
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,10 @@ +python-json-pointer +=================== -python-json-pointer: Resolve JSON Pointers -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Resolve JSON Pointers in Python +------------------------------- + +[](https://travis-ci.org/stefankoegl/python-json-pointer) Library to resolve JSON Pointers according to http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-04 |