Skip to main content

to_json

Function to_json 

Source
pub fn to_json<T>(value: &T) -> Result<Vec<u8>, JsonError>
where T: Serialize,
Expand description

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