File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ Following API examples are shown based on the sample JSON data given [here](exam
137
137
* [ find] ( #findpath )
138
138
* [ at] ( #atpath )
139
139
* [ from] ( #frompath )
140
+ * [ then] ( #then )
141
+ * [ collect] ( #collect )
142
+ * [ json] ( #json )
143
+ * [ import] ( #import )
140
144
* [ where] ( #wherekey-op-val )
141
145
* [ orWhere] ( #orwherekey-op-val )
142
146
* [ whereIn] ( #whereinkey-val )
@@ -155,12 +159,23 @@ Following API examples are shown based on the sample JSON data given [here](exam
155
159
* [ first] ( #first )
156
160
* [ last] ( #last )
157
161
* [ nth] ( #nthindex )
162
+ * [ column] ( #column )
163
+ * [ implode] ( #implode )
158
164
* [ exists] ( #exists )
159
165
* [ groupBy] ( #groupbyproperty )
160
166
* [ sort] ( #sortorder )
161
167
* [ sortBy] ( #sortbyproperty-order )
162
168
* [ reset] ( #resetdata )
163
169
* [ copy] ( #copy )
170
+ * [ toJson] ( #tojson )
171
+ * [ keys] ( #keys )
172
+ * [ values] ( #values )
173
+ * [ filter] ( #filter )
174
+ * [ transform] ( #transform )
175
+ * [ each] ( #each )
176
+ * [ pipe] ( #pipe )
177
+ * [ macro] ( #macro )
178
+ * [ chunk] ( #chunk )
164
179
165
180
### ` fetch() `
166
181
You can’t perform that action at this time.
0 commit comments