pub fn estimate_size_flat<T: IntoValue>(value: Option<&T>) -> usize
Expand description

Estimates the size in bytes this would be in JSON, but does not recurse into objects or arrays.