mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
4 lines
122 B
ChaiScript
4 lines
122 B
ChaiScript
assert_equal(from_json("100"), 100)
|
|
assert_equal(from_json("-100"), -100)
|
|
assert_equal(to_json(4294967295), "4294967295")
|