Adding JObject items to a datarow

I have de-serialized a json string from an http request and then tried to format that object into a Jtoken variable called JObjects

I am trying to add those objects into my table’s rows. I do a loop for each item in JObjects But am struggling to access the members of my JObjects when I want to do the Add Data Row activity. My ArrowRow input for the activity needs to be the JObjects elements. How do I access these members? items(“_id”).tostring gives me the error options strict on disallows late binding

In Deserialize JSON activity, you can select TypeArgument = DataTable type as output
Please refer