Tagged Questions

7
votes
6answers
9k views

Can you Instantiate an Object Instance from JSON in .NET?

Since Object Initializers are very similar to JSON, and now there are Anonymous Types in .NET. It would be cool to be able to take a string, such as JSON, and create an Anonymous Object that ...
5
votes
2answers
146 views

Object context of 'this' within a jQuery event

Say I have the following defined in javascript: com.company.long.namespace = { actions: { add: { defaults: { url: 'myurl/submit', }, ...