Skip to main content

parse_strict

Function parse_strict 

Source
pub fn parse_strict(raw: &str) -> Result<Value, JcsError>
Expand description

Parse JSON, rejecting duplicate keys, lone surrogates, non-finite numbers, and integers outside the I-JSON binary64 domain.