I am porting a Metro app to Wpf and need to use the JsonObject (or similiar)
- I don't want to use the DataContractJsonSerializer because the object type is not given
- In addition and if possible, I prefer not using any 3rd party solutions
Anything that could be achieved standard namspaces/classes in a WPF app?