Skip to content

Commit 2bee259

Browse files
committed
update readme
1 parent 813af55 commit 2bee259

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ Following API examples are shown based on the sample JSON data given [here](exam
137137
* [find](#findpath)
138138
* [at](#atpath)
139139
* [from](#frompath)
140+
* [then](#then)
141+
* [collect](#collect)
142+
* [json](#json)
143+
* [import](#import)
140144
* [where](#wherekey-op-val)
141145
* [orWhere](#orwherekey-op-val)
142146
* [whereIn](#whereinkey-val)
@@ -155,12 +159,23 @@ Following API examples are shown based on the sample JSON data given [here](exam
155159
* [first](#first)
156160
* [last](#last)
157161
* [nth](#nthindex)
162+
* [column](#column)
163+
* [implode](#implode)
158164
* [exists](#exists)
159165
* [groupBy](#groupbyproperty)
160166
* [sort](#sortorder)
161167
* [sortBy](#sortbyproperty-order)
162168
* [reset](#resetdata)
163169
* [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)
164179

165180
### `fetch()`
166181

0 commit comments

Comments
 (0)