I read a lot of tutorials on how to deserialize a JSON object for a specific object using DataContractJsonSerializer. However, I would like to deserialize my object in a dictionary consisting of strings, arrays, or dictionaries such as System.Json with SilverLight when I say JsonObject.Parse (myJSONstring).
Is there an equivalent to System.Json that can be used in my WPF project?
(just a short background: I am retrieving JSON objects that have a lot of information, and I just want to use a little bit to populate the String array)
Greetings
Nick
niklassaers
source share