Coding
Extracting specific value from Json-array
I have the following string variable ‘myJsonString’, which is a JSON-array as a string containing the following: [ ] I want to extract the value for id:myId3 = “iWantThisValueAsAString”. I’ve tried the following: JObject myJsonObject Read more…