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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -