pub fn parse_stream_with_limits( json_string: &str, max_depth: Option<usize>, max_length: Option<usize>, ) -> Result<Value, String>