person_add

How do I convert/consume an external REST API response body from json/string

Development : JSON Spring Spring Boot Spring Boot

Posted by Tobirama 3 years ago



  • Tobirama 3 years ago

    JsonNode root = objectMapper.readTree(personResultAsJsonStr);

    root.path("name").asText()


    Reply


Your answer!



Similars contributions