unirest-java v2.1.01 Release Notes

    • 📜 JSON parsing errors no longer just throw out of asJson but are captured and can be inspected via HttpResponse::getParsingError. This resolves the fact that most API's do not return valid JSON for non-200 status codes.
    • Return CompletableFuture rather that boring old Futures for all async methods.