#is there a std way to stream JSON?
1 messages · Page 1 of 1 (latest)
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
https://ziglang.org/documentation/master/std/#std.json this should be a helpful page
or https://ziglang.org/documentation/0.13.0/std/#std.json if ur on 0.13.0