abstract_testing::prelude

Function to_json_binary

Source
pub fn to_json_binary<T>(data: &T) -> Result<Binary, StdError>
where T: Serialize + ?Sized,
Expand description

Serializes the given data structure as JSON bytes.