29
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-Tests -Fixed regression
JamesNK
as James Newton-King
More... almost 10 years ago
-Fixed error handling skipping reading the next object value
JamesNK
as James Newton-King
More... almost 10 years ago
-Fixed double parsing bug
JamesNK
as James Newton-King
More... almost 10 years ago
Merge branch 'master' into eisber-master
JamesNK
as James Newton-King
More... almost 10 years ago
-Change double parsing validation to match JSON spec
JamesNK
as James Newton-King
More... almost 10 years ago
Speed up expression delegates when widening types is not needed More... almost 10 years ago
Removed Convert.ChangeType calls because of poor performance (DynamicReflectionDelegateFactory now uses IConvertible.ToTypeName, while ExpressionReflectionDelegateFactory uses Convert.ToTypeName). Method binder moved to a separate file and documented, + code style fixes. More... almost 10 years ago
-Build
JamesNK
as James Newton-King
More... almost 10 years ago
-Added netstandard1.1 with BigInteger support
JamesNK
as James Newton-King
More... almost 10 years ago
Merge branch 'master' into wojtpl2-master
JamesNK
as James Newton-King
More... almost 10 years ago
Merge branch 'master' of https://github.com/wojtpl2/Newtonsoft.Json into wojtpl2-master
JamesNK
as James Newton-King
More... almost 10 years ago
-Tests
JamesNK
as James Newton-King
More... almost 10 years ago
-Added support for root object in JSONPath filters
JamesNK
as James Newton-King
More... almost 10 years ago
-Documentation
JamesNK
as James Newton-King
More... almost 10 years ago
Fix DeserializeXNode in .net core More... almost 10 years ago
Added a generic JsonConverter and changed the base types of some of the existing converters to this new generic JsonConverter where relevant. More... almost 10 years ago
Use manual packing of IEEE754 double in ConverterUtils.DoubleTryParse() More... almost 10 years ago
Allow doubles that start with a decimal and doubles that have an 'E' right after the decimal. More... almost 10 years ago
Fixed overflowing exponent bug More... almost 10 years ago
Advanced constructor parameter binding on .NET Core & portable More... almost 10 years ago
Made mantissa be stored in a ulong instead of double to prevent accumulating numeric error. More... almost 10 years ago
Merge branch 'master' of https://github.com/JamesNK/Newtonsoft.Json
JamesNK
as James Newton-King
More... about 10 years ago
-Documentation
JamesNK
as James Newton-King
More... about 10 years ago
-Removed old KVM files
JamesNK
as James Newton-King
More... about 10 years ago
-Improved Autofac sample to resolve contract from Autofac
JamesNK
as James Newton-King
More... about 10 years ago
-Tests
JamesNK
as James Newton-King
More... about 10 years ago
-Merge
JamesNK
as James Newton-King
More... about 10 years ago
-DefaultSerializationBinder WIP
JamesNK
as James Newton-King
More... about 10 years ago
-Test
JamesNK
as James Newton-King
More... about 10 years ago
-Tests
JamesNK
as James Newton-King
More... about 10 years ago