serde::json

Function to_pretty_bytes

source
pub fn to_pretty_bytes<T: Serialize>(
    value: &T,
) -> Result<Vec<u8>, JsonSerializationError>
Expand description

Serialize a value of type T to formatted JSON bytes.