mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +08:00
to_json std::int64_t integer conversion
This commit is contained in:
parent
e23c2bb04f
commit
33451163c4
@ -1,2 +1,3 @@
|
||||
assert_equal(from_json("100"), 100)
|
||||
assert_equal(from_json("-100"), -100)
|
||||
assert_equal(to_json(4294967295), "4294967295")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user