Abstract method that should be implemented by subclasses to process the JSON response from the server and convert it into an array of Document instances.
processJsonResponse(json: RemoteRetrieverValues): DocumentInterface<Record<string, any>>[]| Name | Type | Description |
|---|---|---|
json* | RemoteRetrieverValues | The JSON response from the server. |