Tuesday, August 30, 2022

Show HN: Go, JSON, Streaming and Generics https://ift.tt/m17dgsU

Show HN: Go, JSON, Streaming and Generics 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/MUzw74b - thanks to generics it can be very thin. https://ift.tt/MUzw74b August 30, 2022 at 11:36PM

No comments:

Show HN: tltv – Federation protocol for 24/7 TV channels https://ift.tt/KMVr6Ng

Show HN: tltv – Federation protocol for 24/7 TV channels I spent six years trying to build a tv channel server. rewrote it eight times. flas...