
var m = ["a" : 1, "b" : [ 1, 2, 3 ], "c" : [1, " int64_t(4) a string", ["d" : 15.4]]]

truert_equal(from_json(to_json(m)), m)


