to_json std::int64_t integer conversion

This commit is contained in:
arcoRocks 2018-02-20 16:28:23 +01:00 committed by GitHub
parent e23c2bb04f
commit 33451163c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,3 @@
assert_equal(from_json("100"), 100)
assert_equal(from_json("-100"), -100)
assert_equal(to_json(4294967295), "4294967295")