New 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. Also, the following produces different results depending if I am...
View ArticleNew Post: Problem when deserializing null values to properties of type JObject
Hi, With the latest version of the Newtonsoft.Json library(v 6.0.0.0) I get an error when deserializing a null value to a property of type JObject. Here is a sample code that fails(just overwrite...
View ArticleNew Post: Deserializing UTF-8 encoded text
Hi everyone, I have problems with decoding JSON texts that include umlaut. I receive them in the following UTF8 form:"Erweiterung Gest\u00c3\u00a4nge f\u00c3\u00bcr""3,28\u00e2\u0082\u00ac" This isn't...
View ArticleCreated Unassigned: CustomCreationConverter not use if type name embedded in...
When I deserialize json string which has type embedded in header, my CustomCreationConverter is not used.It is searching for Converters for object instead.It works only if type is explicit in...
View ArticleCreated Unassigned: Unity 4.5 now requires iOS Pro when using JsonDotNet [25530]
Hiya,We have recently upgraded our Unity installations within our studio to 4.5 and begun noticing build errors with team members attempting to create iOS builds -- stemming from a dependency in our...
View ArticleNew Post: How to replace default JSON serialization in ASP.NET
Yes you can. I just did this. Derive from System.Web.Script.Serialization.JavaScriptConverter and register custom converter in web.config under: configuration -> system.web.extensions ->...
View ArticleNew Post: How to replace default JSON serialization in ASP.NET
Actually, no. There is still default serialization after the converter. Oh well...
View ArticleCommented Issue: Format of 'Special Property' ($type) is hardcoded [22429]
Format of 'Special Property' ($type) is hardcoded to to use $type as the special property name and standard .NET notation for value. WCF Ria Services (and possibly other frameworks) uses a different...
View ArticleCreated Unassigned: Could not load file or assembly 'Newtonsoft.Json ....'...
i just used web api self-host. but there thrown a error when i new HttpSelfHostConfiguration:Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral,...
View ArticleCommented Unassigned: Could not load file or assembly 'Newtonsoft.Json ....'...
i just used web api self-host. but there thrown a error when i new HttpSelfHostConfiguration:Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral,...
View ArticleNew Post: Support for latest JSON Schema drafts
Any idea if JSON.NET will support v4 draft? I think the anyOf and oneOf keywords add a lot of value to validation.
View ArticleNew Post: How to replace default JSON serialization in ASP.NET
Yes you can.you can replace this default json serializer using json serialization For More Details Follow These...
View ArticleNew Post: Cant Find JsonConvert.cs
I'm in Visual Studio 2010 c# using the 4.0 framework. I was trying the sample on this page:http://james.newtonking.com/json/help/index.html?topic=html/DeserializeObject.htm When I try and Run the...
View ArticleCreated Unassigned: Missing System.Xml.Linq Error when serializing an object...
Hi,I am trying to create a portable class library that I can use to call a service. I want to use JSon.Net to serialize the objects before sending to the rest service and I want to deserialize when the...
View ArticleNew Post: How to replace default JSON serialization in ASP.NET
For MVC - yes, but not for WebForms.
View ArticleNew Post: JSON parsing child elements
{ "3659639":{ "competitors":{ "19376625":{ "Name":"Oscar The Myth", "Jockey":"I Popham", "NSWPlace":3.8, "DetailedPricing":{ "winTotePlus":false, "placeTotePlus":false, "fixedEachWay":true,...
View ArticleCreated Unassigned: WCF Add service reference and Json.net [25564]
When adding reference to a service in a web project that has the json.net package, the generated client proxy is using XmlSerializer instead of DataContractSerializer. If the json.net package is...
View ArticleCreated Unassigned: MissingMethodException when deploying to 7.1 emulator. 8...
Trying to implement some backup code for apps I developed for Windows Phone 7.1. I updated JSON.NET yesterday through NuGet and now when I deploy to a 7.1 emulator, I get the following:An unhandled...
View ArticleNew Post: WCF add service reference and JSON.net package issue
Hi All, When adding reference to a WCF service in a web project that has the json.net package installed, the generated client proxy is using XmlSerializer instead of DataContractSerializer. If the...
View ArticleCreated Unassigned: Use System.IO.Stream async IO functions to offer async...
Hello -In .NET 4.5, async I/O methods were added to [System.IO.Stream](http://msdn.microsoft.com/en-us/library/System.IO.Stream_methods(v=vs.110).aspx). It would be awesome if JsonTextReader and...
View Article