Closed Unassigned: Json.NET does not scale using multi-threading [25362]
We are developing a high performance application and need to process millions of objects that need to be serialized and deserialized. Multi-threading is therefore key. However, while Json.NET seems to...
View ArticleClosed Unassigned: Can JSON.NET be installed in a Windows Phone 7.1 Project?...
I get an error when I try to install the Nuget package for JSON.NET (Newstonsoft.Json) in a Windows Phone Project using VS 2010 in Windows 7.Comments: Json.NET 6 does not support WP7. Json.NET 5 does.
View ArticleCommented Unassigned: Installing NuGet package in the Package Manager fails.....
The install.ps1 from Json.NET fails to execute on our dev machines.. this is basically the only package we've had this problem with.. This is what happens when we install the package:```Adding...
View ArticleCommented Unassigned: Serialization/Deserialization Bug with Generic that...
__Issue Description:__Normal serialization/deserialization of a generic property works fine, however, if that generic property happens to be hiding a base class's property (with the same name) the...
View ArticleCreated Unassigned: Installing 6.0.2 on VS Express 2012 for WinPhone [25386]
Greetings!I am unable to install 6.0.2 on my system, and get the error: install-package : Could not install package 'Newtonsoft.Json 6.0.2'. You are trying to install this package into a project that...
View ArticleNew Post: Pull Json data from json file mentioned as an entry in other json...
I have two related classes like the following public class college { public string Name{get;set} public int Id{get;set;} public domain MyDomain{get;set;} } public class domain { public string...
View ArticleClosed Unassigned: Installing 6.0.2 on VS Express 2012 for WinPhone [25386]
Greetings!I am unable to install 6.0.2 on my system, and get the error: install-package : Could not install package 'Newtonsoft.Json 6.0.2'. You are trying to install this package into a project that...
View ArticleClosed Unassigned: Serialization/Deserialization Bug with Generic that Hides...
__Issue Description:__Normal serialization/deserialization of a generic property works fine, however, if that generic property happens to be hiding a base class's property (with the same name) the...
View ArticleCommented Unassigned: JsonReaderException [25336]
I am reading responses from Google API and am getting the following exception:Message: Could not convert string to integer: 7130000000. Path 'queries.nextPage[0].totalResults', line 11, position...
View ArticleClosed Unassigned: JsonReaderException [25336]
I am reading responses from Google API and am getting the following exception:Message: Could not convert string to integer: 7130000000. Path 'queries.nextPage[0].totalResults', line 11, position...
View ArticleClosed Unassigned: After parsing a value an unexpected character was...
Hi,I am trying to Deserialize JSON Data to Object, But while Deserialize it throws this error "__After parsing a value an unexpected character was encountered: E. Path...
View ArticleClosed Unassigned: Parsing error [25342]
I have strings that contain the character §. I get the following error using jObject.Parse():Unexpected character encountered while parsing value: §. Path '', line 0, position 0.Any...
View ArticleClosed Unassigned: Stacks are Serialized Backwards [25128]
Using nuget package "Newtonsoft.Json.5.0.8", the following test fails: var stack = new Stack<string>(); stack.Push("one"); stack.Push("two"); var serialized = JsonConvert.SerializeObject(stack);...
View ArticleCreated Unassigned: conflicting parameter name in a constructor and in a...
Base problem:a class has a property of type of some abstract class marked as JsonObject. At the same time, this class has a constructor with one of the parameters with the same name as property but...
View ArticleCreated Unassigned: Strange decimal xml serialization [25393]
When using JsonConvert.DeserializeXNode some decimals (bigger than some value) serialize/deserialize with error.For example 1000000003.14159265358979 serializes to 1000000003.1415926.but...
View ArticleNew Post: ASP.Net MVC3 JSON.Net Custom ValueProviderFactory
Doesn't seem to handle dates or nested dictionaries
View ArticleReviewed: Json.NET 6.0 Release 2 (四月 15, 2014)
Rated 5 Stars (out of 5) - very good!!!!!
View ArticleCommented Unassigned: Installing 6.0.2 on VS Express 2012 for WinPhone [25386]
Greetings!I am unable to install 6.0.2 on my system, and get the error: install-package : Could not install package 'Newtonsoft.Json 6.0.2'. You are trying to install this package into a project that...
View ArticleCreated Unassigned: XML.LINQ Error in Visual Studio 2013 [25407]
I am using the latest SDK for Windows Phone 8.1. I just recently updated my SDK to the latest and used NuGet to get the JSON package. The editor is having an error with the library versions.When I use...
View ArticleCommented Issue: Localised Number fail Parsing [19951]
When trying to deserialise a object like this {'Name': 'James Hughes','Percentage': '40,00'} Into a class like this, public class Person { public string Name { get; set; } public decimal? Percentage {...
View Article