Rest Response - Issue

Hi Friends,

I have an Rest API call and i am getting the response as a string variable. Please find the API response below. I need to convert that data into a datable.

@"{
““error””: null,
““response””: [
[
1064,
644
],
[
1193,
779
],
[
159,
674
],
[
1192,
743
],
]
}
"

This is how i am getting the response.

The values in the response are cooerdinates (x,y). I need to be in a datatable with 2 columns.