VBA JsonConverter.ParseJson Parse Jason giving me error Type Mismatch
I have below Json value in string groupsjasontext and I like to parse id, members.value, roles.value using JsonConverter.ParseJson. How will I do it ? I tried to show via messagebox for id field and I am getting error Type Mismatch…