1-10 of 11 < Previous Next >
1 vote
closed

Can Json.net parse rfc-822 format?

Can Json.net parse rfc-822 format?

id# 10361 | Planned Release: None | Last Updated: Aug 4 at 9:50 AM  by JamesNK
1 vote

Version 1.3.1 should include the StringBuffer fix

Hi, I've seen that the StringBuffer in 1.3.1 had some horrible potential to decrease the decoding performance in the JsonReader.

id# 10422 | Planned Release: None | Last Updated: Jul 4 at 2:43 PM  by amortizedO1
1 vote

Incorrect handling of readonly list properties

An attemt to serialize-deserialize the class below yields an array with duplicated items. class A { public List<string> Items; public IList<string> Values { get { return Items; } } } A a = ne...

id# 10259 | Planned Release: None | Last Updated: May 29 at 1:37 PM  by AlexKvi
2 votes

JsonIgnoreAny

An attribute similar to the XmlIgnorAny. See http://udidahan.weblogs.us/2008/02/18/advanced-messaging-with-a-dash-of-ddd/ for its use in Xml.

id# 9460 | Planned Release: None | Last Updated: Apr 22 at 10:37 PM  by trooper
1 vote
closed

Error deserializing array

This (attached) unit test exposes the problem I'm trying to work-around. I'm working against 1.3.1. There seems to be a problem deserializing arrays (at least of ints). Even when they have been ...

id# 9493 | Planned Release: None | Last Updated: Mar 29 at 10:31 AM  by JamesNK
3 votes
closed

Treat (and expect) dates as UTC

I use a json serializer (attached) that treats Dates as UTC. This seems to be the only way to treat them that makes sense (to me!). However, JSON.NET (1.3.1) does not recognise dates when seriali...

id# 7462 | Planned Release: None | Last Updated: Mar 5 at 1:16 PM  by pfm102
1 vote
closed

Want to pass a delegate to Deserialize() to validate the deserialized object

We'd really like to be able to define an public bool IsValid() {} on classes that we serialize/deserialize, so that we can check after deserialization whether what we got is a valid instance of tha...

id# 9033 | Planned Release: None | Last Updated: Mar 5 at 1:14 PM  by pfm102
1 vote

Allow the use of Private Constructors

It would be very helpful if JSON.Net could use private default constructors.

id# 9459 | Planned Release: None | Last Updated: Mar 1 at 4:16 PM  by dsellers
1 vote
closed

Cannot pass nulls to serializer

Passing null as an argument throws an exception. The code to serialize nulls has already been written so I created a property "EnableNullWriter" in JsonSerializer . A verify of said state in the Se...

id# 8337 | Planned Release: None | Last Updated: Feb 28 at 9:47 AM  by JamesNK
1 vote
closed

Serializing System.Object arguments

I had trouble serializing System.Object s that were passed to my logging function. Received an error message along the lines of "Token ... in state Start would result in an invalid JavaScript obje...

id# 8315 | Planned Release: None | Last Updated: Feb 28 at 9:43 AM  by JamesNK

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 11 < Previous 1 2 Next >
Updating...