I have successfully created a JSON array and can read the tokens. The issue is that each token now has a value under it with its own array. I am at the level I need to be in the JSON data and only want the values at the top highlighted in yellow. When I try to Assign to get the @type, id, or name, I try this but the step returns an ienumerable due to the “size” array of values below it.
Attached is a sample file of the jarray. For each of the tokens, I’m only trying to obtain the @type, id, and name. You’ll see many examples of size, position, or padding that have their own array content under them but I don’t need those. I used Values( because I had worked with it before but I welcome a better way to select within this array. Most appreciated
Perfect. I see what I was missing. It looked on the surface I was close, but I really wasn’t. The additional explanation you provided was vital and really helped me learn there, Peter.