Live data from Hacker News

Viewing profile — f1b37cc0

f1b37cc0

HN member
Joined
Sun, May 07, 2017, 1:27 PM UTC
HN karma
25
Public activity
1 items

About f1b37cc0

No profile information was provided.

Recent public activity

  1. comment
    Comment #14285427

    > import json > with open("config.json") as f: > contents = f.read() > config = json.loads(contents) translates to: extern crate serde_json as json; fn read_json() -> Result > { le…