File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ JSONC is JSON with JavaScript style comments. This node module provides a scanne
13
13
- the * parseTree* function computes a hierarchical DOM with offsets representing the encountered properties and values.
14
14
- the * parse* function evaluates the JavaScript object represented by JSON string in a fault tolerant fashion.
15
15
- the * getLocation* API returns a location object that describes the property or value located at a given offset in a JSON document.
16
- - ths * findNodeAtLocation* API finds the node at a given location path in a JSON DOM.
16
+ - the * findNodeAtLocation* API finds the node at a given location path in a JSON DOM.
17
17
- the * format* API computes edits to format a JSON document.
18
18
- the * modify* API computes edits to insert, remove or replace a property or value in a JSON document.
19
19
- the * applyEdits* API applies edits to a document.
You can’t perform that action at this time.
0 commit comments