Closed Unassigned: Poor support for IEnumerable patterns [25436]
One can read data from a database through an IEnumerable interface, stream through the JSON.Net serialize and optionally compress.If the data is received over network, the receiver may optionally...
View ArticleClosed Unassigned: Removal of Emit for use in Unity3d [25432]
Hi I use Unity3d for development. Unity3d is a c# mono solution for cross platform games. I am currently using a really old version of JsonFX (1.4) because It works across all platforms. It works...
View ArticleCommented Unassigned: Allow custom TypePropertyName et al [24677]
I'm using angular.js which strips out any properties prefixed with '$' when converting an object to json. This causes json.net to be unable to determine the actual type of the object when...
View ArticleNew Post: deserialize circular references
I also have the same problem. Is there a solution to this ?
View ArticleReviewed: Json.NET 6.0 Release 3 (May 08, 2014)
Rated 5 Stars (out of 5) - Fast, flexible, love it!
View ArticleNew Post: Version for .Net Compact Framework 2.0
hi, friend ! can you send a the JSON.NET for CF 2.0? email: yaogang89@hotmail.com thank you !
View ArticleNew Post: Version for .Net Compact Framework 2.0
hi, friend ! can you send a the JSON.NET for CF 2.0? email: yaogang89@hotmail.com thank you !
View ArticleNew Post: Version for .Net Compact Framework 2.0
Hi Gunter, can you send a the JSON.NET for CF 2.0? that address of your supplied i can't download ! email: yaogang89@hotmail.com thank you !
View ArticleCreated Unassigned: Newtonsoft.Json.JsonSerializationException occurs when...
I am getting the following exception when deserializing an object with a const definition. Is this expected?{Newtonsoft.Json.JsonSerializationException: Error setting value to 'MY_CONSTANT' on...
View ArticleCommented Unassigned: Newtonsoft.Json.JsonSerializationException occurs when...
I am getting the following exception when deserializing an object with a const definition. Is this expected?{Newtonsoft.Json.JsonSerializationException: Error setting value to 'MY_CONSTANT' on...
View ArticleCommented Issue: Why JToken implements IJEnumerable? [21581]
It's only valid for JArray, JObject and JConstructor. All other tokens throw an exception. In case of automated code (such as logs for example) that causes problems: an instance claims that it's...
View ArticleCreated Unassigned: Object property name has extra space when serialized [25469]
I am using Json.Net for .net 2.0 v4.0.2.13623 in a VB.Net project to serialize a complex set of objects to Json. This has worked successfully for months on the same set of objects. Now I am seeing...
View ArticleNew Post: JSON Deserialization Error - After parsing a value an unexpected...
Hello guys, I have got a problem with Newtonsoft.Json.JsonConvert.DeserializeObject method. It throws an exception while deserializing my object. It looks like the format of object is correct....
View ArticleNew Post: JSON.NET deserialialization issues with embeded objects.
I have a bizzare problem in that the JSOn Deserialization within my WebAPO 2.1 code does not appear to be working correctly in all cases. When I have simple objects, and objects with all of the data...
View ArticleReviewed: Json.NET 6.0 Release 3 (май 18, 2014)
Rated 5 Stars (out of 5) - like new fix
View ArticleNew Post: .NET Version Difference
Hi, I am a beginner of JSON.NET. There is several version included in Json60r.zip. NET2, NET35, NET40, NET45 Assembly version is the same. 1) Is there any difference by assembly? 2) Is there anything...
View ArticleNew Post: Deserialize into Dictionary
First , thanks for your JsonObjectConverter, base of this class , I solve my problem about interface collection . And, for your question, very simple: JsonSerializerSettings = new...
View ArticleCommented Unassigned: Object property name has extra space when serialized...
I am using Json.Net for .net 2.0 v4.0.2.13623 in a VB.Net project to serialize a complex set of objects to Json. This has worked successfully for months on the same set of objects. Now I am seeing...
View ArticleCommented Unassigned: Object property name has extra space when serialized...
I am using Json.Net for .net 2.0 v4.0.2.13623 in a VB.Net project to serialize a complex set of objects to Json. This has worked successfully for months on the same set of objects. Now I am seeing...
View ArticleNew Post: JsonSchemaGenerator test failing for NuGet package but not GitHub...
I cannot compile Newtonsoft.Json.Tests project using the NuGet Newtonsoft.Json 6.0.3 package. There are 147 errors if I try this. The following produces different results depending if I am compiling...
View Article