Deserialize JSON Response & Access properties

Hey @manoj2500

Here are the samples,

For a normal property,

jObj("propertyname").ToString

For an Array,

jObj("propertyname")(0).ToString

Thanks
#nK

1 Like