Skip to content

Simple-JSON 3.0

Compare
Choose a tag to compare
@justinwoo justinwoo released this 24 Apr 14:08
· 103 commits to master since this release

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 for null in reading.