Showing posts with label JSON. Show all posts
Showing posts with label JSON. Show all posts

What is the method which converts a JSON string into a JavaScript object?

Tuesday, October 27, 2009


JSON.parse(strJSON)


www.codecollege.NET

What is the attribute you need to set to make a method to return a JSON object?


[WebGet( RequestFormat=WebMessageFormat.Json )]


www.codecollege.NET

What is the scripting language JSON is based on?

Sunday, October 4, 2009


ECMAScript or ECMA-262.



www.codecollege.NET

What is JSON?


It is a Javascript Data serialization feature which does data persistance in a simple way where you require less code to read and write the data.



www.codecollege.NET

What is the name of the new serializer that can be serialize and deserialize JSON objects to and from .NET introduced in .NET 3.5 ?

Wednesday, September 16, 2009


DataContractJsonSerializer


www.codecollege.NET

What is the Expansion of JSON ?


JavaScript Object Notation


www.codecollege.NET

LinkWithin

Blog Widget by LinkWithin

Recommended Books