0
I Use This!
Inactive

Commits : Listings

Analyzed 7 days ago. based on code collected 7 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #3 from chipdude/master More... almost 14 years ago
0.5.0.2 - NEWS and ChangeLog More... about 14 years ago
Merge pull request #2 from chipdude/master More... over 14 years ago
Support all obvious numeric conversions. Support Nullable<> targets on import. More... over 14 years ago
slightly better diagnostic on import mistype More... over 14 years ago
automatically convert among numeric types, since JSON doesn't distinguish. Nullable<> still pending More... over 14 years ago
0.5.0.1 More... over 14 years ago
Merge pull request #1 from JoeOsborn/master More... almost 15 years ago
implemented Tore's list fix for JsonMapper's JsonData output More... almost 15 years ago
Fixed bug where a null object would cause a null pointer exception in WriteJson rather than write out "null" More... almost 16 years ago
Changed parsing of numbers to using the invariant namespace to make it possible to parse floating point numbers in locales with a different decimal symbol than "." More... about 16 years ago
Fixed bug where nested arrays caused JsonMapper to close all arrays at the close of the first one More... about 16 years ago
Created VisualStudio solution for the project More... about 16 years ago
Makefile clean-ups More... over 18 years ago
Updated NEWS for 0.5.0 More... over 18 years ago
Preparing 0.5.0 release More... over 18 years ago
Fixed conversion from empty JSON objects to JsonData instances More... over 18 years ago
Fixed conversion of null values in JsonData instances (bug #1807477) More... over 18 years ago
Fix handling of read-only and write-only properties More... over 18 years ago
Move class around More... over 18 years ago
Re-order methods More... over 18 years ago
Skip test for reading longs while a bug in mono is sorted out More... over 18 years ago
Test coverage for reading multiple JSON texts from the same input More... over 18 years ago
Wrap constructor in a region block More... over 18 years ago
Implement IEquatable<T> interface in JsonData More... over 18 years ago
Read/write enum's More... over 18 years ago
Cleaning commented code More... over 18 years ago
New base importers for reading int values into double or float variables More... over 18 years ago
Added EndOfInput property, which has a different meaning than EndOfJson More... over 18 years ago
Added note about credits for contributions More... over 18 years ago