how to convert JSONArray to List of Object using camel-jackson

后端 未结 5 1765
Happy的楠姐
Happy的楠姐 2020-12-23 09:51

Am having the String of json array as follow

{\"Compemployes\":[
    {
        \"id\":1001,
        \"name\":\"jhon\"
        },
        {
                \"         


        
5条回答
  •  失恋的感觉
    2020-12-23 10:13

    I had similar json response coming from client. Created one main list class, and one POJO class.

提交回复
热议问题