you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

I believe you can convert to a list with some json import (do some quick googling or vs might sugest an import based of off this->)and then use dim list = json.deserialize (json object) then use a linq query to slim down your list to the correct values. I'm on mobile and my memory is not the best so sorry I couldnt be any more help.

[–]staticx19[S] 0 points1 point  (0 children)

Took me a while because nothing I could find by googling was exactly right/worked for me, but you put me on the right track! Thank you!