Parsing JSON to Object problem

So with the help of @drted and @muneer (thank you both and everyone who gave tips) the problem got solved. Just in case some comes here with a similar problem here is the solution:

Problem: the webApi responds with an array and the json/object is inside of this.

Solution:

  1. Save the webApi response in a variable (this will be a list!)
  2. Create a new object with properties from that variable

3 Likes