Skip to content

Commit

Permalink
Update cts.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis authored and github-actions[bot] committed Mar 4, 2024
1 parent 1ae0e61 commit c1c6b88
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions cts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2470,6 +2470,25 @@
}
]
},
{
"name": "filter, object data",
"selector": "$[?@<3]",
"document": {
"a": 1,
"b": 2,
"c": 3
},
"results": [
[
1,
2
],
[
2,
1
]
]
},
{
"name": "index selector, first element",
"selector": "$[0]",
Expand Down

0 comments on commit c1c6b88

Please sign in to comment.