Skip to content

Commit 0c06aa1

Browse files
author
Phillip Clark
committed
docs
1 parent 4ed0dd1 commit 0c06aa1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
A complete implementation of JSON Pointer ([RFC 6901](https://tools.ietf.org/html/rfc6901)) for nodejs and modern browsers.
66

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+
79
## Background
810

911
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.

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2714,6 +2714,7 @@ <h1>json-ptr</h1>
27142714
</a>
27152715
<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>
27162716
<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>
27172718
<a href="#background" id="background" style="color: inherit; text-decoration: none;">
27182719
<h2>Background</h2>
27192720
</a>
@@ -2993,7 +2994,7 @@ <h2>Releases</h2>
29932994
<ul>
29942995
<li><p>2021-05-14 — <strong>2.2.0</strong> <em>Added Handling for Relative JSON Pointers</em></p>
29952996
<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>
29972998
</ul>
29982999
</li>
29993000
<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>

docs/modules.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2714,6 +2714,7 @@ <h1>json-ptr</h1>
27142714
</a>
27152715
<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>
27162716
<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>
27172718
<a href="#background" id="background" style="color: inherit; text-decoration: none;">
27182719
<h2>Background</h2>
27192720
</a>
@@ -2993,7 +2994,7 @@ <h2>Releases</h2>
29932994
<ul>
29942995
<li><p>2021-05-14 — <strong>2.2.0</strong> <em>Added Handling for Relative JSON Pointers</em></p>
29952996
<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>
29972998
</ul>
29982999
</li>
29993000
<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>

0 commit comments

Comments
 (0)