forked from mirror/gjson
Code typo
This commit is contained in:
parent
eee0b6226f
commit
181e11634d
|
@ -179,7 +179,7 @@ we'll get `children` array and reverse the order:
|
||||||
|
|
||||||
```
|
```
|
||||||
"children|@reverse" >> ["Jack","Alex","Sara"]
|
"children|@reverse" >> ["Jack","Alex","Sara"]
|
||||||
"children|@reverse|#" >> "Jack"
|
"children|@reverse|0" >> "Jack"
|
||||||
```
|
```
|
||||||
|
|
||||||
There are currently three built-in modifiers:
|
There are currently three built-in modifiers:
|
||||||
|
|
Loading…
Reference in New Issue