Error while accessing values from json object - option strict on disallows late binding

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.

image

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 ?

1 Like

It works, thanks :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.