SyntaxFix
Write A Post
Hire A Developer
Questions
JsonNode node = mapper.readValue("[{\"id\":\"value11\",\"name\": \"value12\",\"qty\":\"value13\"}," System.out.println("id : "+node.findValues("id").get(0).asText());
this also done the trick.