|
|
|
|
|
by dilap
471 days ago
|
|
protobuf sure, but streaming libraries for json (and xml, as in the parent) are extremely common. not harder (maybe even easier) than non-streaming to write, tho more cumbersome to use, so something you'd reach for only if you specifically need it ('cuz of memory constraints) e.g. standard go json library https://pkg.go.dev/encoding/json#example-Decoder.Decode-Stre... |
|