pub fn stream<S: Sink + ?Sized>(value: &Value, sink: &mut S)
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.
Scratch::stream