I'm trying to use a CloseableHttpAsyncClient to read from an endpoint, marshall the string to an Object (using javax.json) then convert an array on the object into it's individual components: to
I'm trying to use a CloseableHttpAsyncClient to read from an endpoint, marshall the string to an Object (using javax.json) then convert an array on the object into it's individual components: to