We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f1f8c commit bbcc6ecCopy full SHA for bbcc6ec
CHANGELOG.md
@@ -1,13 +1,13 @@
1
+2.1.0 2019-03-29
2
+==================
3
+- `JSONScanner` and `JSONVisitor` return lineNumber / character.
4
+
5
2.0.0 2018-04-12
6
==================
7
- renamed Node.columnOffset to Node.colonOffset
8
- new API getNodePath: Gets the JSON path of the given JSON DOM node
9
- new API findNodeAtOffset: Finds the most inner node at the given offset. If includeRightBound is set, also finds nodes that end at the given offset.
10
-2.0.4 next
-==================
-- `JSONScanner` and `JSONVisiator` return lineNumber / character.
-
11
1.0.3 2018-03-07
12
13
- provide ems modules
0 commit comments