diff options
Diffstat (limited to '')
-rw-r--r-- | tests/inputs/fixed/fixed.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/inputs/fixed/fixed.json b/tests/inputs/fixed/fixed.json new file mode 100644 index 0000000..8858780 --- /dev/null +++ b/tests/inputs/fixed/fixed.json @@ -0,0 +1,6 @@ +{ + "foo": 4294967295, + "bar": -2147483648, + "baz": "18446744073709551615", + "qux": "-9223372036854775808" +} |