Show HN: Go, JSON, Streaming and Generics (github.com)
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://github.com/prymitive/current - thanks to generics it can be very thin.
0 comments
[ 3.1 ms ] story [ 12.9 ms ] threadNo comments yet.