Viewing profile — timotheecour
timotheecour
HN member- Joined
- Tue, Mar 20, 2018, 1:49 AM UTC
- HN karma
- 4
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About timotheecour
No profile information was provided.
Recent public activity
-
comment
Comment #28923689
yes, invalid JSON would raise an exception.
-
comment
Comment #28923643
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.j…