[
[
{
"text": "test1",
"created_at_utc": "2022-09-04T20:51:39+00:00"
},
{
"text": "test2",
"created_at_utc": "2022-09-04T20:51:18+00:00"
}
],
"handle_strings_value_1",
"handle_strings_value_2"
]
@SerializedName("text")
@Expose
private String text;
@SerializedName("created_at_utc")
@Expose
private String createdAtUtc;
How do I get handle_strings_value_1 and handle_strings_value_2 there is no property name
Thanks for your help