29
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 13 hours ago.
Aug 01, 2025 — Aug 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
-Fixed unhelpful error when failing conversion in JsonReader.ReadAsDecimal -Fixed JsonReader.ReadAsInt32 with BigInteger values
JamesNK
as James Newton-King
More... over 8 years ago
-Derp
JamesNK
as James Newton-King
More... over 8 years ago
-Fixed unhelpful error when failing conversion in JsonReader.ReadAsInt32
JamesNK
as James Newton-King
More... over 8 years ago
-Fixed bug when deserializing into existing non-IDictionary collection
JamesNK
as James Newton-King
More... over 8 years ago
-Fixed bug when deserializing into existing non-IList collection
JamesNK
as James Newton-King
More... over 8 years ago
-Refactor regex in JSON Path
JamesNK
as James Newton-King
More... over 8 years ago
Merge branch 'feature/json-path-filter-using-regex' of https://github.com/andre-n/Newtonsoft.Json into andre-n-feature/json-path-filter-using-regex
JamesNK
as James Newton-King
More... over 8 years ago
-Derp
JamesNK
as James Newton-King
More... over 8 years ago
function rename More... over 8 years ago
feature: implement regex match operator for JsonPath queries. Syntax is compatibe with Jayway implementation More... over 8 years ago
-Fixed DataContractAttribute not forcing object serialization of classes
JamesNK
as James Newton-King
More... over 8 years ago
-Changed enum serialization in dictionary keys to use EnumMemberAttribute
JamesNK
as James Newton-King
More... over 8 years ago
-Added readonly to structs
JamesNK
as James Newton-King
More... over 8 years ago
-Build
JamesNK
as James Newton-King
More... over 8 years ago
-Fixed using extension data with dictionary that explicitly implements Add method
JamesNK
as James Newton-King
More... over 8 years ago
-Fixed escaping special characters in generated JSONPaths -Fixed reading escaped special characters in JSONPaths
JamesNK
as James Newton-King
More... over 8 years ago
-Cleaned up UnixDateTimeConverter
JamesNK
as James Newton-King
More... over 8 years ago
Merge branch 'master' of https://github.com/pouladpld/Newtonsoft.Json into pouladpld-master
JamesNK
as James Newton-King
More... over 8 years ago
-Fixed error when deserializing null value into ConcurrentDictionary
JamesNK
as James Newton-King
More... over 8 years ago
serialization of a property which was defined in several interfaces (#1586) More... over 8 years ago
-Tests
JamesNK
as James Newton-King
More... over 8 years ago
Removed unrelated test and codes More... over 8 years ago
Fix indentation More... over 8 years ago
Fix support for custom list converters when input is not an array or object More... over 8 years ago
-Tests
JamesNK
as James Newton-King
More... over 8 years ago
-Build
JamesNK
as James Newton-King
More... over 8 years ago
-Test
JamesNK
as James Newton-King
More... over 8 years ago
-Test
JamesNK
as James Newton-King
More... over 8 years ago
-Refactor
JamesNK
as James Newton-King
More... over 8 years ago
-Fixed JsonTextReader sync read in async method
JamesNK
as James Newton-King
More... over 8 years ago