How To Access Items Inside Anonymous Object

[Solved] How To Access Items Inside Anonymous Object | Scala - Code Explorer | yomemimo.com
Question : how to access items inside anonymous object

Answered by : busy-bison-1ros1r0vod58

string str = (string)jsonObj.SelectToken("prop1.prop2");

Source : https://stackoverflow.com/questions/25431204/getting-property-from-c-sharp-anonymous-object | Last Update : Fri, 29 Jan 21

Answers related to how to access items inside anonymous object

Code Explorer Popular Question For Scala