pub const DEFAULT_MAX_BUFFER_CAPACITY: usize = _; // 8_388_607usizeExpand description
The default buffer capacity for the JsonStream. This is the maximum amount of bytes that
will be buffered before the stream is terminated, by default.
pub const DEFAULT_MAX_BUFFER_CAPACITY: usize = _; // 8_388_607usizeThe default buffer capacity for the JsonStream. This is the maximum amount of bytes that
will be buffered before the stream is terminated, by default.