This discussion list is primary here for historical purposes and is no longer read.

Questions about how to use Json.NET should be posted at Stack Overflow, where thousands of people are ready to help.

Don't forget to tag your questions with the json.net tag!

missing Z on date conversion with default (iso I presume for .net 4.5 webapi

first post: pkellner wrote: When I pass a datetime through webapi and it is converted to json, ...

Installation problem of JSON.NET in C++/CLI Windows Form Project with VS2010

first post: pc323 wrote: I would like to use JSON.NET to do the JSON parsing process in my C...

possible FileVersion and AssemblyVersion mismatch

first post: rotgut wrote: We are using Json.NET 5.0.5 from NuGet and I noticed that FileVersi...

For a big data, Jquery call back id randomly appears

first post: fe_us_2011 wrote: I am confused. After the web service return JsonConvert.SerializeOb...

Compact Framework MissingMethodException

first post: MichaelNL1234 wrote: I'm using JSON.net for a project for Windows Mobile 6.5 with compac...

latest post: triskalguilo wrote: I'm having a similar problem to this (same exception, same error me...

Method not found 'Void Newtonsoft.Json.Serialization.DefaultContractResolver.set_IgnoreSerializableAttribute(Boolean)

first post: quanxyun wrote: I use the latest dll in my Asp.net WebApi project, and get differe...

latest post: JeffTian wrote: **JeanPaulSmit wrote:** > I'm having the same issue, it seems to be...

Deserialize the dataset which contain MySqlDateTime will be exception

first post: atwind wrote: var ds = GetDs();; var rst = Serializer.JsonSerialize(ds); var dsR...

Json format keyvalues only

first post: stendard wrote: Hello How to get the following format using JSON.NET? { "123": "...

4.5.11 to 5.0.3 Breaking Changes?

first post: rcollette wrote: Is there a list somewhere of breaking changes between 4.5.11 and 5....

latest post: JamesNK wrote: The release notes against each download. Note that the JSON schema...

Parsing Nested Object as List

first post: MesserViator wrote: i have a json formed as this { "caption" : "", "description" : ""...