Show HN: Go, JSON, Streaming and Generics - Klaput News

Show HN: Go, JSON, Streaming and Generics
2 by prymitive | 0 comments on Hacker News.
I needed an easy way of handling large JSON blobs (200MB+) which I found is easy, but very verbose, using encoding/json. Dealing with deeply nested structs was a real pain so I wrote myself a wrapper around it - https://ift.tt/BPQc5lu - thanks to generics it can be very thin.

RELATED POST :
Memuat...

Comments

Popular posts from this blog

Show HN: Modifying Clang for a Safer, More Explicit C++ - Klaput News

Show HN: A tool to design and run user state machines - Klaput News