newtonsoft.json
https://github.com/jamesnk/newtonsoft.json
C#
Json.NET is a popular high-performance JSON framework for .NET
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
C# not yet supported11 Subscribers
Add a CodeTriage badge to newtonsoft.json
Help out
- Issues
- DateTime fields lose Utc Offset(become Kind.Unspecified) value on Deserializing Json with DateParseHandling = DateParseHandling.DateTimeOffset.
- Only failes on parsing from floating point to int not long
- JsonConvert.SerializeXNode: Global namespace on child nodes are lost and implicitly replaced with parent elements namespace
- Fixed XElement serialization with explicit empty namespace.
- Added array length support
- Do not prematurely set Converter for Reader/Writer if CanRead/CanWrite is false
- Add Contract and Property Parameters to JsonConverter
- System.Object is deserialized as JObject
- Feature request - optionally do not echo invalid input in error messages
- https://gist.githubusercontent.com/abc471/0b8a1ed9567deff23d0fbd6d3962949c/raw/1a5056c825cbf86dbbe24da874e85152707265c6/Facebook
- Docs
- C# not yet supported