You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://plant.treeware.earth/APIDevTools/json-schema-ref-parser)
12
12
13
13
14
-
[](https://github.com/APIDevTools/json-schema-ref-parser/blob/master/.github/workflows/CI-CD.yaml)
14
+
[](https://github.com/APIDevTools/json-schema-ref-parser/actions)
15
15
16
16
17
17
The Problem:
@@ -52,7 +52,7 @@ JSON Schema $Ref Parser is a full [JSON Reference](https://tools.ietf.org/html/d
52
52
- Can [dereference](https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#dereferencepath-options-callback) your schema, producing a plain-old JavaScript object that's easy to work with
53
53
- Supports [circular references](https://apitools.dev/json-schema-ref-parser/docs/#circular-refs), nested references, back-references, and cross-references between files
54
54
- Maintains object reference equality —`$ref` pointers to the same value always resolve to the same object instance
55
-
- Tested in Node and all major web browsers on Windows, Mac, and Linux
55
+
- Tested in Node v10, v12, & v14, and all major web browsers on Windows, Mac, and Linux
56
56
57
57
58
58
Example
@@ -129,7 +129,7 @@ Full API documentation is available [right here](https://apitools.dev/json-schem
129
129
130
130
Contributing
131
131
--------------------------
132
-
I welcome any contributions, enhancements, and bug-fixes. [File an issue](https://github.com/APIDevTools/json-schema-ref-parser/issues) on GitHub and [submit a pull request](https://github.com/APIDevTools/json-schema-ref-parser/pulls).
132
+
I welcome any contributions, enhancements, and bug-fixes. [Open an issue](https://github.com/APIDevTools/json-schema-ref-parser/issues) on GitHub and [submit a pull request](https://github.com/APIDevTools/json-schema-ref-parser/pulls).
133
133
134
134
#### Building/Testing
135
135
To build/test the project locally on your computer:
@@ -157,6 +157,6 @@ Big Thanks To
157
157
--------------------------
158
158
Thanks to these awesome companies for their support of Open Source developers ❤
0 commit comments