Live data from Hacker News

Viewing profile — timotheecour

timotheecour

HN member
Joined
Tue, Mar 20, 2018, 1:49 AM UTC
HN karma
4
Public activity
2 items

About timotheecour

No profile information was provided.

Recent public activity

  1. comment
    Comment #28923689

    yes, invalid JSON would raise an exception.

  2. 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…