Function docchi_core::root_to_json_new_default[][src]

pub fn root_to_json_new_default(obj: &RootObject) -> CoreResult<Value>
Expand description

Convert RootObject to JSON That JSON can be converted back to RootObject, but they are not identical. This may not have very useful use cases, but converting data to human readable text is good