arturobernalg commented on PR #828: URL: https://github.com/apache/httpcomponents-client/pull/828#issuecomment-4438354969
> I also would like to change the intermediate representation of the `ClientResponse` JSON content from byte array to `JsonNode` Done. I dropped ClientRequest / Request support and kept the change focused on Response. I also changed JSON Response entity decoding to parse into JsonNode once and reuse that tree for subsequent readEntity(...) calls. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
