ChaiScript/unittests/json_roundtrip.chai
2015-10-02 08:12:50 -06:00

7 lines
117 B
ChaiScript

var m = ["a" : 1, "b" : [ 1, 2, 3 ], "c" : [1, "a string", ["d" : 15.4]]]
assert_equal(from_json(to_json(m)), m)