pub fn validate(body: &[u8]) -> Result<(), JsonError>
Validates that body is a single well-formed JSON document (trailing whitespace allowed), allocating nothing.
body
JsonError::Invalid if body is not valid JSON.
JsonError::Invalid