aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/test/resources/store/json/orderByArrayElement.json
blob: d2236c88ab17bf42bdf6568267177293b9a5f299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "id" : 1,
  "list" : [1,2]
}

{
  "id" : 2,
  "list" : [5,4]
}

{
  "id" : 3,
  "list" : [6,6]
}

{
  "id" : 4,
  "list" : [3,8]
}

{
  "id" : 5,
  "list" : [2,10]
}