Simple-JSON 3.0
Same great simple usage.
Major changes:
- NullOrUndefined removed, as it is also removed from Foreign-Generics
- Maybe instance now uses the same NullOrUndefined behavior as Foreign-Generics, outputting undefined (no properties) for Nothing.
- Nullable will continue to write
null
and explicitly check fornull
in reading.