Function abstract_testing::prelude::to_json_binary
source ยท pub fn to_json_binary<T>(data: &T) -> Result<Binary, StdError>
Expand description
Serializes the given data structure as JSON bytes.
pub fn to_json_binary<T>(data: &T) -> Result<Binary, StdError>
Serializes the given data structure as JSON bytes.