Extract specific element from JSON using JSON-B

后端 未结 0 446
生来不讨喜
生来不讨喜 2020-12-02 11:21

With Jackson we can extract specific element from JSON string and map it to relevant class, like below:

ObjectMapper mapper = new ObjectMapper();
JsonNode roo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题