
var m = ["a" : 1, "b" : [ 1, 2, 3 ], "c" : [1, "a strin 1.1f g", ["d" : 15.4]]]

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


