Function serde_json_core::ser::to_string

source ·
pub fn to_string<T, const N: usize>(value: &T) -> Result<String<N>>where
    T: Serialize + ?Sized,
Expand description

Serializes the given data structure as a string of JSON text