Skip to main content

stream

Function stream 

Source
pub fn stream<S: Sink + ?Sized>(value: &Value, sink: &mut S)
Expand description

Streams the canonical serialization into the sink using its own transient scratch. For the fixed-scratch fatal lane use Scratch::stream with a reused scratch instead.