File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change 22
22
23
23
## Introduction
24
24
25
- This library provides an [ RFC 6901] ( https://tools.ietf.org/html/rfc6901 ) compliant JSON pointer implementation
26
- to handle and manipulate arbitrary JSON values with type-safety.
27
-
28
- ## Installation
29
-
30
- We recommend using [ NPM] ( https://www.npmjs.com ) to install the package:
31
-
32
- ``` sh
33
- npm install @croct-tech/json-pointer
34
- ```
35
-
36
- ## Overview
37
-
38
- This library ships with a fast implementation of the JSON Pointer specification, as described in
39
- [ RFC 6901] ( https://tools.ietf.org/html/rfc6901 ) .
25
+ This library provides a fast, [ RFC 6901] ( https://tools.ietf.org/html/rfc6901 ) compliant JSON pointer implementation
26
+ to manipulate arbitrary JSON values with type-safety.
40
27
41
28
These are the main highlight that distinguishes it from similar libraries:
42
29
@@ -46,6 +33,14 @@ These are the main highlight that distinguishes it from similar libraries:
46
33
- Restricts operations such that no array becomes sparse
47
34
- Ensures that a valid ` JsonStructure ` modified by a ` JsonPointer ` results in a still valid ` JsonStructure `
48
35
36
+ ## Installation
37
+
38
+ We recommend using [ NPM] ( https://www.npmjs.com ) to install the package:
39
+
40
+ ``` sh
41
+ npm install @croct-tech/json-pointer
42
+ ```
43
+
49
44
## Contributing
50
45
51
46
Contributions to the package are always welcome!
You can’t perform that action at this time.
0 commit comments