pub fn parse_exact_json(
input: &str,
) -> Result<ExactJsonValue, ResultDecodeError>Expand description
Parses one bounded exact JSON value.
pub fn parse_exact_json(
input: &str,
) -> Result<ExactJsonValue, ResultDecodeError>Parses one bounded exact JSON value.