James Newton-King

1,772
reputation
272 views

Registered User

name James Newton-King
member for 1 year
seen 6 hours ago
website
location Wellington, New Zealand
age 26
.NET developer
6h
revised Adding a custom file format to the Word 2007 save as dialog
edited title
6h
asked Adding a custom file format to the Word 2007 save as dialog
Nov
12
accepted What is the JSON.NET equivilant of XML’s XPath, SelectNodes, SelectSingleNode?
Nov
10
revised What is the JSON.NET equivilant of XML’s XPath, SelectNodes, SelectSingleNode?
added 390 characters in body
Nov
10
answered What is the JSON.NET equivilant of XML’s XPath, SelectNodes, SelectSingleNode?
Oct
27
awarded  Popular Question
Oct
19
answered to_json (rails ) similar function for ASP.NET MVC / .NET
Oct
19
asked .NET Compact Framework SDK download
Oct
17
accepted JSON.net problem with JsonConvert.DeserializeObject
Oct
16
answered JSON.net problem with JsonConvert.DeserializeObject
Oct
13
awarded  Popular Question
Oct
11
asked Calling a store procedure with nHibernate
Oct
9
awarded  Popular Question
Sep
28
accepted Circular reference exception when serializing LINQ to SQL classes
Sep
25
answered Circular reference exception when serializing LINQ to SQL classes
Sep
22
awarded  Nice Question
Sep
19
awarded  Civic Duty
Sep
17
awarded  Yearling
Sep
9
accepted Can I Deserialize a JSON string into an object if I only know the parameters of the objects’ constructor?
Sep
8
revised Can JavaScriptSerializer exclude properties with null/default values?
added 8 characters in body
Sep
7
answered Can JavaScriptSerializer exclude properties with null/default values?
Sep
4
answered Can I Deserialize a JSON string into an object if I only know the parameters of the objects’ constructor?
Aug
31
revised Asp.net MVC json or Json.net?
edited tags
Aug
14
answered c# serialized JSON date to ruby
Aug
5
accepted Deserializing variable Type JSON array using DataContractJsonSerializer
Aug
2
comment Deserializing Chrome Bookmark JSON Data in C#
A simpler way of doing the same thing is this: JObject o = JObject.Parse(jsonText);
Aug
1
revised Can I get any terser with lambdas?
added 20 characters in body; deleted 2 characters in body
Aug
1
answered Deserializing variable Type JSON array using DataContractJsonSerializer
Jul
31
accepted Can I get any terser with lambdas?
Jul
31
comment Can I get any terser with lambdas?
Is it official? No. However most lambda code examples that come out of Microsoft uses a single character as the parameter name - weblogs.asp.net/scottgu/archive/… - that book is just one example (although notable in that it is written by the people who decide the standards).
Jul
31
accepted How can I deserialize JSON to a simple Dictionary<string,string> in ASP.NET?
Jul
31
comment Can I get any terser with lambdas?
All the code examples in the .NET Framework Design Guidelines book that contained lambdas only used a single character for lambda parameter names - blogs.msdn.com/mirceat/archive/…
Jul
31
answered Can I get any terser with lambdas?
Jul
31
answered How can I deserialize JSON to a simple Dictionary<string,string> in ASP.NET?
Jul
11
answered JavaScriptSerializer.Deserialize - how to change field names
Jul
8
accepted Json.NET serialization pre and post calls
Jul
6
answered Using JSON serialization as a persistence mechanism instead of RDB
Jul
6
answered Json.NET serialization pre and post calls
Jul
5
revised Is there a library to read JSON in C# on Windows Mobile?
edited tags
Jul
5
answered Is there a library to read JSON in C# on Windows Mobile?
Jun
30
comment Serialize to JSON in .NET 2.0
Json.NET 1.3 works on .NET 2.0.
Jun
30
answered Consuming JSON-RPC web services in .NET
Jun
28
awarded  Citizen Patrol
Jun
27
asked Securing a WCF service so that it can only be called by a Silverlight application
Jun
23
awarded  Nice Answer
Jun
18
accepted Using json.net, how would I construct this json string?
Jun
16
comment Using json.net, how would I construct this json string?
james.newtonking.com/archive/2008/…
Jun
16
awarded  Commentator
Jun
16
comment Good .NET libraries for working with JSON data?
+1 for Json.NET ;)
Jun
16
comment LINQ to JSON
Could you post a stacktrace of your exception? I'm pretty sure that error isn't coming from Json.NET.