Hi I am having difficulty deserializing this JSON. it says option strict disallows late binding . I would like to access the code and user_id for each json .
I realized the issue. I need to set the typeArgument to jsonProperty but I am having trouble accessing the data since the first key is dynamic . How do i access the key value via index?