I have a TextSyndicationContent which comes out in this format
Text = "{ "Context" : [ { "PrimaryPhoneNumber" : "0123456789", "PersonId" : "100001000100", "PersonName" : "Sample Person", } } ] }
I want to get the value of a property, lets say PrimaryPhoneNumber, I need 0123456789. One way I can think of doing this is parse the string, find my property and parse the values, but I am sure there will be better way of doing this.
2.1m questions
2.1m answers
60 comments
57.0k users