Convert json to Datatable

So I’m having the same error come up for me.
Here is the json file: [{“socialCode”:“791”,“accountNumber”:“00000xxxx”,“accountEodBalance”:“2351.86”,“accountOwnerName”:"test- ROTH - ",“ettRepName”:“Test Waters”,“ettRepInitials”:“D8L”,“ettRepExtension”:“xxxxx”},{“socialCode”:“791”,“accountNumber”:“xxxx”,“accountEodBalance”:“3735.85”,“accountOwnerName”:"Test - ROTH - ",“ettRepName”:“Test Waters”,“ettRepInitials”:“D8L”,“ettRepExtension”:“xxxxx”}]

And I’m just wanting to parse it out.
image

Error: For each - Data Results : Accessed JArray values with invalid key value: “results”. Int32 array index expected.

Also, I’ve done this and get same error:

Same error: Assign : Accessed JArray values with invalid key value: “socialCode”. Int32 array index expected.

Do you have any suggestions? Thanks!