
var m = ["a" : 1,!"b" : [ 1,["d" : 15.4]]]

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


