Reviewed: Json.NET 6.0 Release 5 (Sep 12, 2014)
Rated 5 Stars (out of 5) - muy bueno por que es muy fácil de usar
View ArticleNew Post: custom type as dictionary key
I have a Dictionary defined like this:Dictionary<Time, Mark> The Time class is defined like this: public class Time { public Byte Hour; // 0...23 public Byte Minute; // 0...59 public Time() {...
View ArticleNew Post: JObject could / should(?) ignore null params instead of throwing
I completely agree that it would be great if the Linq to Json component ignored nulls. I also agree that it is awkward to come back in a second pass to add the optional properties if you have anything...
View ArticleNew Post: Deserialiize
I have these json {"user": {"id": 100, "status": "ACTIVE", "gender": "MALE", "loyalty": { "0": { "loyalty_program": { "id": 29, "title": "General Loyalty Program" }, "join_date": "23-04-2014",...
View ArticleCreated Unassigned: Newtonsoft.Json.PreserveReferencesHandling.None not being...
In my Web API config I have the following set:jsonFormatter.SerializerSettings.PreserveReferencesHandling = Newtonsoft.Json.PreserveReferencesHandling.None;But I still get $id/$ref output when...
View ArticleNew Post: JsonSerialization exception + Unexpected end when deserializing...
I used Newtonsoft.json dll for json deserialization Here I will include my jsonstring value that should be deserialized to object{"__type":"xPad.Reports.ReportDetail","ReportTitle":"Police...
View ArticleReviewed: Json.NET 6.0 Release 5 (Sep 26, 2014)
Rated 5 Stars (out of 5) - This will help android developers to synchronize apps data with asp.net websites.
View ArticleNew Post: Serialization depth
So, has anyone been able to do this? I need to set a max depth on serializing an object. I never plan on deserializing it.
View ArticleNew Post: JsonConvert.DeserializeObject
When i deserialize the object i get null values for fields that are not there in input string, how do i avoid those null properties, my client does not need them... I tried using...
View ArticleNew Post: Camel Case for most properties, but not all.
I know this is quite an old thread. But I was wondering if you have ever found a solution.
View ArticleNew Post: Problem when deserializing null values to properties of type JObject
Hi, I met the exact same problem. I am using version 6.0.5. Could anybody shed some light on this? Thanks, Karl
View ArticleCommented Unassigned: Allow setting of $id property for...
We use guids for our EF ids, it would be great to be able to specify that a particular property could be used as the $id property for purposes of PreserveReferencesHandlingComments: ** Comment from web...
View ArticleClosed Unassigned: can I request a feature to ignore the TypeConvertor? [25583]
I have a class , for support a Window Form Designer, I define a custom TypeConvertor:and also I need to implement a web deisigner, but JsonConvert will call the TypeConvertor to get the string return...
View ArticleNew Post: Convert datamodel.bin to json format...
Good day! Please help me. How can I convert this bin file in json format. I do not know how but I do know that this is possible. Because the other person did. However, he does not want to say...
View ArticleCreated Release: Json.NET 6.0 Release 6 (Oct 24, 2014)
New feature - Added support for ASP.NET CoreCLRNew feature - Reduced memory allocations when reading and writing JSONNew feature - Added support for passing arguments to JsonConverters with...
View ArticleReleased: Json.NET 6.0 Release 6 (Oct 24, 2014)
New feature - Added support for ASP.NET CoreCLR New feature - Reduced memory allocations when reading and writing JSON New feature - Added support for passing arguments to JsonConverters with...
View ArticleUpdated Release: Json.NET 6.0 Release 6 (Oct 24, 2014)
New feature - Added support for ASP.NET CoreCLRNew feature - Reduced memory allocations when reading and writing JSONNew feature - Added support for passing arguments to JsonConverters with...
View ArticleReviewed: Json.NET 6.0 Release 6 (out 29, 2014)
Rated 5 Stars (out of 5) - Excellent API! I'm deserializing hundreds of packages in question of seconds!!
View ArticleCreated Unassigned: Json.NET not thread safe? [25809]
We are facing the following exception during Serialize(...) Is JsonSerializer thread safe or is it really required to create a instance per thread?Newtonsoft.Json.JsonSerializationException: Error...
View ArticleClosed Unassigned: Json.NET not thread safe? [25809]
We are facing the following exception during Serialize(...) Is JsonSerializer thread safe or is it really required to create a instance per thread?Newtonsoft.Json.JsonSerializationException: Error...
View Article