JsonNode response = objectMapper.readTree(responseBody); String textData = response.get("data").toString();
Below is the output of textDat