| -Tests -Fixed regression |
|
More...
|
almost 10 years ago
|
| -Fixed error handling skipping reading the next object value |
|
More...
|
almost 10 years ago
|
| -Fixed double parsing bug |
|
More...
|
almost 10 years ago
|
| Merge branch 'master' into eisber-master |
|
More...
|
almost 10 years ago
|
| -Change double parsing validation to match JSON spec |
|
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 |
|
More...
|
almost 10 years ago
|
| -Added netstandard1.1 with BigInteger support |
|
More...
|
almost 10 years ago
|
| Merge branch 'master' into wojtpl2-master |
|
More...
|
almost 10 years ago
|
| Merge branch 'master' of https://github.com/wojtpl2/Newtonsoft.Json into wojtpl2-master |
|
More...
|
almost 10 years ago
|
| -Tests |
|
More...
|
almost 10 years ago
|
| -Added support for root object in JSONPath filters |
|
More...
|
almost 10 years ago
|
| -Documentation |
|
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 |
|
More...
|
about 10 years ago
|
| -Documentation |
|
More...
|
about 10 years ago
|
| -Removed old KVM files |
|
More...
|
about 10 years ago
|
| -Improved Autofac sample to resolve contract from Autofac |
|
More...
|
about 10 years ago
|
| -Tests |
|
More...
|
about 10 years ago
|
| -Merge |
|
More...
|
about 10 years ago
|
| -DefaultSerializationBinder WIP |
|
More...
|
about 10 years ago
|
| -Test |
|
More...
|
about 10 years ago
|
| -Tests |
|
More...
|
about 10 years ago
|