Skip to content

Commit 458f6dd

Browse files
authored
Merge pull request #42 from GitHubHubus/patch-2
Ordered the list of function by name in docs
2 parents 34e85d0 + a65cc29 commit 458f6dd

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

README.md

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -137,52 +137,52 @@ Following API examples are shown based on the sample JSON data given [here](exam
137137

138138
**List of API:**
139139

140+
* [at](#atpath)
141+
* [avg](#avgproperty)
142+
* [chunk](#chunk)
143+
* [collect](#collect)
144+
* [column](#column)
145+
* [copy](#copy)
146+
* [count](#count)
147+
* [each](#each)
148+
* [except](#except)
149+
* [exists](#exists)
140150
* [fetch](#fetch)
151+
* [filter](#filter)
141152
* [find](#findpath)
142-
* [at](#atpath)
153+
* [first](#first)
143154
* [from](#frompath)
144-
* [select](#select)
145-
* [except](#except)
146-
* [then](#then)
147-
* [collect](#collect)
148-
* [json](#json)
155+
* [groupBy](#groupbyproperty)
156+
* [implode](#implode)
149157
* [import](#import)
150-
* [where](#wherekey-op-val)
151-
* [orWhere](#orwherekey-op-val)
152-
* [whereIn](#whereinkey-val)
153-
* [whereNotIn](#wherenotinkey-val)
154-
* [whereNull](#wherenullkey)
155-
* [whereNotNull](#wherenotnullkey)
156-
* [whereStartsWith](#wherestartswithkey-val)
157-
* [whereEndsWith](#whereendswithkey-val)
158-
* [whereContains](#wherecontainskey-val)
159-
* [whereMatch](#wherematch-val)
160-
* [sum](#sumproperty)
161-
* [count](#count)
162-
* [size](#size)
158+
* [json](#json)
159+
* [keys](#keys)
160+
* [last](#last)
161+
* [macro](#macro)
163162
* [max](#maxproperty)
164163
* [min](#minproperty)
165-
* [avg](#avgproperty)
166-
* [first](#first)
167-
* [last](#last)
168164
* [nth](#nthindex)
169-
* [column](#column)
170-
* [implode](#implode)
171-
* [exists](#exists)
172-
* [groupBy](#groupbyproperty)
165+
* [orWhere](#orwherekey-op-val)
166+
* [pipe](#pipe)
167+
* [reset](#resetdata)
168+
* [select](#select)
169+
* [size](#size)
173170
* [sort](#sortorder)
174171
* [sortBy](#sortbyproperty-order)
175-
* [reset](#resetdata)
176-
* [copy](#copy)
172+
* [sum](#sumproperty)
173+
* [then](#then)
177174
* [toJson](#tojson)
178-
* [keys](#keys)
179-
* [values](#values)
180-
* [filter](#filter)
181175
* [transform](#transform)
182-
* [each](#each)
183-
* [pipe](#pipe)
184-
* [chunk](#chunk)
185-
* [macro](#macro)
176+
* [values](#values)
177+
* [where](#wherekey-op-val)
178+
* [whereContains](#wherecontainskey-val)
179+
* [whereEndsWith](#whereendswithkey-val)
180+
* [whereIn](#whereinkey-val)
181+
* [whereMatch](#wherematch-val)
182+
* [whereNotIn](#wherenotinkey-val)
183+
* [whereNull](#wherenullkey)
184+
* [whereNotNull](#wherenotnullkey)
185+
* [whereStartsWith](#wherestartswithkey-val)
186186

187187
### `fetch()`
188188

0 commit comments

Comments
 (0)