diff options
Diffstat (limited to 'tests/inputs/map/map.json')
-rw-r--r-- | tests/inputs/map/map.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/inputs/map/map.json b/tests/inputs/map/map.json new file mode 100644 index 0000000..6a1e853 --- /dev/null +++ b/tests/inputs/map/map.json @@ -0,0 +1,7 @@ +{ + "counts": { + "item1": 1, + "item2": 2, + "item3": 3 + } +} |