The code college
Tuesday, October 27, 2009
What is the method which converts a JSON string into a JavaScript object?
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
‹
›
Home
View web version