Read specific value from JSON in C#
问题 So I have a JSON string where I just want to read a specific value. How do I just pick " Read me please! " from string below? var readString = /*Read me please!*/ JSON string: "{\"aString\":\"Read me please!\"}" For better understanding, how do I do the same here? (just " Read me please! "): "{\"Result\": { \"aString\":\"Read me please!\", \"anotherString\":\"Dont read me!\" } }" If both alternative have different solution I would like to know both. PS: I do not wish to save the value into