File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
A complete implementation of JSON Pointer ([ RFC 6901] ( https://tools.ietf.org/html/rfc6901 ) ) for nodejs and modern browsers.
6
6
7
+ Supports [ Relative JSON Pointers] ( https://tools.ietf.org/id/draft-handrews-relative-json-pointer-00.html ) . ([ Example] ( https://github.com/flitbit/json-ptr/blob/487182100a08f4ddc7713e42ec063bbd5ce2c34c/examples/relative.js ) )
8
+
7
9
## Background
8
10
9
11
I wrote this a few years back when I was unable to find a _ complete implementation_ of [ RFC 6901] ( https://tools.ietf.org/html/rfc6901 ) . It turns out that I now use the hell out of it.
Original file line number Diff line number Diff line change @@ -2714,6 +2714,7 @@ <h1>json-ptr</h1>
2714
2714
</ a >
2715
2715
< p > < a href ="https://circleci.com/gh/flitbit/json-ptr/tree/master "> < img src ="https://circleci.com/gh/flitbit/json-ptr/tree/master.svg?style=svg " alt ="CircleCI "> </ a > < a href ="https://codecov.io/gh/flitbit/json-ptr "> < img src ="https://codecov.io/gh/flitbit/json-ptr/branch/master/graph/badge.svg " alt ="codecov "> </ a > </ p >
2716
2716
< p > A complete implementation of JSON Pointer (< a href ="https://tools.ietf.org/html/rfc6901 "> RFC 6901</ a > ) for nodejs and modern browsers.</ p >
2717
+ < p > Supports < a href ="https://tools.ietf.org/id/draft-handrews-relative-json-pointer-00.html "> Relative JSON Pointers</ a > . (< a href ="https://github.com/flitbit/json-ptr/blob/487182100a08f4ddc7713e42ec063bbd5ce2c34c/examples/relative.js "> Example</ a > )</ p >
2717
2718
< a href ="#background " id ="background " style ="color: inherit; text-decoration: none; ">
2718
2719
< h2 > Background</ h2 >
2719
2720
</ a >
@@ -2993,7 +2994,7 @@ <h2>Releases</h2>
2993
2994
< ul >
2994
2995
< li > < p > 2021-05-14 — < strong > 2.2.0</ strong > < em > Added Handling for Relative JSON Pointers</ em > </ p >
2995
2996
< ul >
2996
- < li > < a href ="https://github.com/flitbit/json-ptr/blob/master /examples/relative.ts "> Example usage</ a > </ li >
2997
+ < li > < a href ="https://github.com/flitbit/json-ptr/blob/487182100a08f4ddc7713e42ec063bbd5ce2c34c /examples/relative.js "> Example usage</ a > </ li >
2997
2998
</ ul >
2998
2999
</ li >
2999
3000
< li > < p > 2021-05-12 — < strong > 2.1.1</ strong > < em > Bug fix for < a href ="https://github.com/flitbit/json-ptr/issues/36 "> #36</ a > </ em > </ p >
Original file line number Diff line number Diff line change @@ -2714,6 +2714,7 @@ <h1>json-ptr</h1>
2714
2714
</ a >
2715
2715
< p > < a href ="https://circleci.com/gh/flitbit/json-ptr/tree/master "> < img src ="https://circleci.com/gh/flitbit/json-ptr/tree/master.svg?style=svg " alt ="CircleCI "> </ a > < a href ="https://codecov.io/gh/flitbit/json-ptr "> < img src ="https://codecov.io/gh/flitbit/json-ptr/branch/master/graph/badge.svg " alt ="codecov "> </ a > </ p >
2716
2716
< p > A complete implementation of JSON Pointer (< a href ="https://tools.ietf.org/html/rfc6901 "> RFC 6901</ a > ) for nodejs and modern browsers.</ p >
2717
+ < p > Supports < a href ="https://tools.ietf.org/id/draft-handrews-relative-json-pointer-00.html "> Relative JSON Pointers</ a > . (< a href ="https://github.com/flitbit/json-ptr/blob/487182100a08f4ddc7713e42ec063bbd5ce2c34c/examples/relative.js "> Example</ a > )</ p >
2717
2718
< a href ="#background " id ="background " style ="color: inherit; text-decoration: none; ">
2718
2719
< h2 > Background</ h2 >
2719
2720
</ a >
@@ -2993,7 +2994,7 @@ <h2>Releases</h2>
2993
2994
< ul >
2994
2995
< li > < p > 2021-05-14 — < strong > 2.2.0</ strong > < em > Added Handling for Relative JSON Pointers</ em > </ p >
2995
2996
< ul >
2996
- < li > < a href ="https://github.com/flitbit/json-ptr/blob/master /examples/relative.ts "> Example usage</ a > </ li >
2997
+ < li > < a href ="https://github.com/flitbit/json-ptr/blob/487182100a08f4ddc7713e42ec063bbd5ce2c34c /examples/relative.js "> Example usage</ a > </ li >
2997
2998
</ ul >
2998
2999
</ li >
2999
3000
< li > < p > 2021-05-12 — < strong > 2.1.1</ strong > < em > Bug fix for < a href ="https://github.com/flitbit/json-ptr/issues/36 "> #36</ a > </ em > </ p >
You can’t perform that action at this time.
0 commit comments