pub fn block_with(t: &Value, opts: Options) -> Result<String, SerError>Expand description
Multi-line pretty printing with caller options. Build the options over
Options::block, then override the fields you need.
ยงErrors
Propagates SerError from [serialize].