pub fn parse_json_with_max_depth( bytes: &[u8], max_depth: usize, ) -> Result<JsonValue<'_>, JsonError>