mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-01-01 03:12:23 +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")
|