Function nu_json::ser::to_string_with_indent

source ·
pub fn to_string_with_indent<T>(value: &T, indent: usize) -> Result<String>
where T: Serialize,
Expand description

Encode the specified struct into a Hjson String buffer.