c# 4.0 - Creating a JSON object in MonoTouch (C#) -
how manually create json object in monotouch(4.0)?
the system.json namespace available, (jsonobject
, jsonarray
, jsonprimitive
, jsonvalue
) abstract, can't :
jsonobject myobject = new jsonobject();
i need manually build json object, , not want use datacontractserialisation.
for reference purposes :
-i need transfer json object server web call later. (but can handle part)
use json.net http://json.codeplex.com/
Comments
Post a Comment