fn reader(allocator: Allocator, io_reader: anytype) Reader(default_buffer_size, @TypeOf(io_reader))

Calls std.json.Reader with std.json.default_buffer_size.

Parameters

allocator: Allocator,
io_reader: anytype,