pub fn parse_strict(raw: &str) -> Result<Value, JcsError>
Parse JSON, rejecting duplicate keys, lone surrogates, non-finite numbers, and integers outside the I-JSON binary64 domain.