Tuesday, August 30, 2022

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

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/rezxqjt - thanks to generics it can be very thin. https://ift.tt/rezxqjt August 30, 2022 at 11:36PM

No comments:

Post a Comment

Show HN: ActorCore – Stateful serverless framework that runs anywhere https://ift.tt/3ZzqViR

Show HN: ActorCore – Stateful serverless framework that runs anywhere TL;DR: ActorCore is a stateful serverless framework that can be deploy...