pub fn parse_typed_json_bytes(
input: &[u8],
) -> Result<TypedCanonicalValue, Tcv1Error>Expand description
Parse exactly one strict UTF-8 JSON document while retaining numeric kind.
pub fn parse_typed_json_bytes(
input: &[u8],
) -> Result<TypedCanonicalValue, Tcv1Error>Parse exactly one strict UTF-8 JSON document while retaining numeric kind.