#is there a std way to stream JSON?

1 messages · Page 1 of 1 (latest)

slender geode
#

I searched but didn't see... is there a way to like process JSON objects in a JSON array parsed from a stream and call a handler every time an object completes? Or is that something I'd have to implement mostly manually?

teal torrent
#

u'll want std.json.reader prob

#

zig isn't big on hooks

#

so you'd want to manually call something like

#

or actually

#

prob std.json.Scanner if ur reading from memory

#

not entirely sure