to_string_opts

Function to_string_opts 

Source
pub fn to_string_opts<T>(value: &T, options: &Options) -> Result<String>
where T: Serialize,
Expand description

Serialize a Rust value to a JASN string with custom formatting options.