yes, invalid JSON would raise an exception.
Checkout the newer std/jsonutils: https://nim-lang.github.io/Nim/jsonutils.html let a = (1.5'f32, (b: "b2", a: "a2"), 'x', @[Foo(t: true, z1: -3), nil]) let j = a.toJson assert j.jsonTo(typeof(a)).toJson == j
yes, invalid JSON would raise an exception.
Checkout the newer std/jsonutils: https://nim-lang.github.io/Nim/jsonutils.html let a = (1.5'f32, (b: "b2", a: "a2"), 'x', @[Foo(t: true, z1: -3), nil]) let j = a.toJson assert j.jsonTo(typeof(a)).toJson == j