Skip to main content

encode_portable_json

Function encode_portable_json 

Source
pub fn encode_portable_json<T: Serialize>(value: &T) -> Result<String, Error>
Expand description

Encodes a typed value after enforcing the portable JSON number profile.