Hi,
Getting the error option strict on disallows late binding while trying to access the values from a json object:
expression: jsonObject_RandomUser(“results”)
jsonObject_RandomUser type: Object
Language: VB
Hi,
Getting the error option strict on disallows late binding while trying to access the values from a json object:
expression: jsonObject_RandomUser(“results”)
jsonObject_RandomUser type: Object
Language: VB
Hey
did you use the deserealize json before that?
Regards
Hello,
yes, I have dserealixed it, then i’m trying to access it.
Hi @Rohit_More ,
From the Screenshot we can observe that the Data type used for the variable is Object
and not JObject
.
Could you change the Type of the variable and let us know if that works ?
It works, thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.