Am having the String of json array as follow
{\"Compemployes\":[ { \"id\":1001, \"name\":\"jhon\" }, { \"
I had similar json response coming from client. Created one main list class, and one POJO class.