.net - Cannot find System.Runtime.Serialization.Json in MonoTouch -


i beginner in monotouch.
deserialize json data using datacontractjsonserializer. cannot reference system.runtime.serialization.json(only .formatters under system.runtime.serialization) in monodevelop. have referenced system.runtime.serialization. config , installation sequences are: 1. iphone sdk 4.2 2. mono 2.8.2 (not csdk version) 3. monotouch 3.2.4 eval 4. monodevelop 2.4

what problem?

monotouch not ship datacontractjsonserializer simple serializer looks, brings in large set of libraries.

you can use either system.json api or can try newtonsoft's json library.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -