Reopened Issue: GetErrorContext prevents wrapping of exceptions [24149]
Hi,We have some code that uses JSON.Net to deserialise an Ext.Direct request in an IHttpHandler.Some of the parameters have their own custom deserialisers that perform validation for the class in...
View ArticleCommented Issue: GetErrorContext prevents wrapping of exceptions [24149]
Hi,We have some code that uses JSON.Net to deserialise an Ext.Direct request in an IHttpHandler.Some of the parameters have their own custom deserialisers that perform validation for the class in...
View ArticleReviewed: Json.NET 5.0 Release 8 (十二月 11, 2013)
Rated 5 Stars (out of 5) - great job ,very helpful tools
View ArticleCreated Unassigned: Exception thrown when deserializing List with...
Attached is a small code example. This was testing with .NET 4.0, VS 2010, JSON.NET 5.0.8 straight off NuGet.Using a List<List<string>> works fine.Not including type information works fine...
View ArticleReviewed: Json.NET 5.0 Release 8 (十二月 12, 2013)
Rated 3 Stars (out of 5) - WOE WE OW EI WOE OWE OSJIJ WEPW EOIJ WOE WO EOW E WE
View ArticleNew Post: Versioning problem
I'm not sure if this is related, but I think it is. If I put the .NET 3.5 version of the DLL in the GAC, when I have a project in Visual Studio that targets .NET 3.5, it seems to somehow think the DLL...
View ArticleClosed Unassigned: Exception thrown when deserializing List with...
Attached is a small code example. This was testing with .NET 4.0, VS 2010, JSON.NET 5.0.8 straight off NuGet.Using a List<List<string>> works fine.Not including type information works fine...
View ArticleNew Comment on "Documentation"
I understand that no project leads/developers respond to, or read these comments or discussion threads anymore, but for posterities sake... Saying that "Json.NET supports the JSON Schema standard" is...
View ArticleCreated Unassigned: Writing list to BSON writes as object, should be array,...
Serializing a List<Stuff> to JSON and reading it back works fine. But as BSON, there is an error on reading:Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object...
View ArticleCreated Unassigned: System.Reflection.BindingFlags Build Warnings on Windows...
Hey there,Really great work on the library. I use it basically everywhere!However, I encountered a build warning when I build my Windows Phone app, something like the...
View ArticleCreated Unassigned: JObject.Parse out of memory exception [25014]
When using JObject.Parse in a loop with large data i'm getting out of memory exception.so i have changed :JsonReader reader = new JsonTextReader(new StringReader(json)); tousing(JsonReader reader = new...
View ArticleClosed Unassigned: Writing list to BSON writes as object, should be array, so...
Serializing a List<Stuff> to JSON and reading it back works fine. But as BSON, there is an error on reading:Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object...
View ArticleClosed Unassigned: Namespace Prefix is missing during Xml Serialization [24920]
Dear All,I am working on a project which would like to serialize the existing XML (including some xml namespace) into JSON to save into RavenDB. However, I found the prefix of the sub-elements (with...
View ArticleClosed Unassigned: JObject.Parse out of memory exception [25014]
When using JObject.Parse in a loop with large data i'm getting out of memory exception.so i have changed :JsonReader reader = new JsonTextReader(new StringReader(json)); tousing(JsonReader reader = new...
View ArticleClosed Issue: GetErrorContext prevents wrapping of exceptions [24149]
Hi,We have some code that uses JSON.Net to deserialise an Ext.Direct request in an IHttpHandler.Some of the parameters have their own custom deserialisers that perform validation for the class in...
View ArticleNew Post: smartobject is more easy
using Spider.Data;//json example from http://www.json.org/example.html string json1 = @"{""widget"": { ""debug"": ""on"", ""window"": { ""title"": ""Sample Konfabulator Widget"", ""name"":...
View ArticleCreated Unassigned: Different formats to represent Infinity for Json.Net and...
I notice that Json.Net and JavaScriptSerializer represent double.PositiveInfinity/float.PositiveInfinity and double.NegativeInfinity/float.NegativeInfinity in the following formats,Infinity /...
View ArticleCreated Unassigned: Output of generated JSON is undeterministic [25030]
The order in which a type's members are serialized to JSON is based on the order in which the .NET runtime returns them. With the current C# 5.0 compiler and the current 4.5 version of the CLR this...
View ArticleCreated Unassigned: TypeLoadException when using PCL version inside an other...
Hi,I'm facing a blocking problem...I have a project (iOS, in this case), referencing a PCL (made by me), which itself references Newtonsoft.Json portableApp --> My PCL -->...
View Article