summaryrefslogtreecommitdiffstats
path: root/testing/resources/top_sorted_json.json
diff options
context:
space:
mode:
Diffstat (limited to 'testing/resources/top_sorted_json.json')
-rw-r--r--testing/resources/top_sorted_json.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/resources/top_sorted_json.json b/testing/resources/top_sorted_json.json
new file mode 100644
index 0000000..62083e7
--- /dev/null
+++ b/testing/resources/top_sorted_json.json
@@ -0,0 +1,16 @@
+{
+ "01-alist": [
+ 2,
+ 34,
+ 234
+ ],
+ "alist": [
+ 2,
+ 34,
+ 234
+ ],
+ "00-foo": "bar",
+ "02-blah": null,
+ "blah": null,
+ "foo": "bar"
+}