summaryrefslogtreecommitdiffstats
path: root/testing/resources/top_sorted_json.json
blob: 62083e723727a9851534966351e1e5b0ea9e1e37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "01-alist": [
    2,
    34,
    234
  ],
  "alist": [
    2,
    34,
    234
  ],
  "00-foo": "bar",
  "02-blah": null,
  "blah": null,
  "foo": "bar"
}