Skip to main content

json_encode

Function json_encode 

Source
pub fn json_encode<T: Serialize>(value: &T) -> Result<Vec<u8>, SerializeError>