timotheecour·5년 전·discussCheckout the newer std/jsonutils: https://nim-lang.github.io/Nim/jsonutils.htmllet a = (1.5'f32, (b: "b2", a: "a2"), 'x', @[Foo(t: true, z1: -3), nil])let j = a.toJsonassert j.jsonTo(typeof(a)).toJson == j