Extracting spesific value from Json

have a look here:
similar as value wtihin an array contained object is to retrieve:

give a try on $.data.images.[0].type or similar

otherwise we can also use a LINQ

1 Like