How to deserialize in Jackson JSON created using @JsonIdentityInfo

后端 未结 0 973
灰色年华
灰色年华 2020-12-18 10:14

Given the following JSON:

{
  "id": 1,
  "code": "HR",
  "employees": [
    {
      "id": 1,
      "dep         


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