Skip to main content

to_json_string

Function to_json_string 

Source
pub fn to_json_string<T: Serialize>(value: &T) -> Result<String, JsonError>
Expand description

Serialize value to JSON string (using dag-json).