fn encode_json_array_with_context<'a>( json_array: Vec<Value>, context: &JsonContext<'a>, ) -> Result<JsonValue>