pub fn parse_json_with_limits( bytes: &[u8], limits: JsonLimits, ) -> Result<JsonValue<'_>, JsonError>