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
@@ -110,11 +109,11 @@ Call this to free resources. It will terminate any by the instance started worke
110
109
111
110
Searches the tree by the specified `pattern` and `searchArea`. Returns a `TreeSearchCursor`, which contains all matches and methods to jump the focus between the matches.
112
111
113
-
*`openLimit` is `1` by default. But can be `Infinity` or any number.
114
-
*`searchArea` describes where the pattern should be searched. Has the following options:
115
-
*`'all'` search in keys and values (default)
116
-
*`'keys'` search only in keys
117
-
*`'values'` search only in values
112
+
-`openLimit` is `1` by default. But can be `Infinity` or any number.
113
+
-`searchArea` describes where the pattern should be searched. Has the following options:
114
+
-`'all'` search in keys and values (default)
115
+
-`'keys'` search only in keys
116
+
-`'values'` search only in values
118
117
119
118
## `JsonNodeElement` methods
120
119
@@ -138,11 +137,11 @@ Opens the specified path and returns the opened node, in case it was found.
138
137
139
138
Opens all nodes until the defined depth. Returns the number of opened nodes.
140
139
141
-
*`maxDepth` is `Infinity` by default
142
-
*`paginated` is a string of the following options
143
-
*`'first'` open only the first pagination stub (default)
144
-
*`'all'` open all pagination stubs
145
-
*`'none'` open no pagination stubs
140
+
-`maxDepth` is `Infinity` by default
141
+
-`paginated` is a string of the following options
142
+
-`'first'` open only the first pagination stub (default)
0 commit comments