Function cjson::to_string[][src]

pub fn to_string<T: Sized>(value: &T) -> Result<String, Error> where
    T: Serialize
Expand description

Serialize the given data structure as a String of canonical JSON.