Skip to content

Releases: justinwoo/purescript-simple-json

v0.10.0

21 Sep 20:42
Compare
Choose a tag to compare

This release adds an encoding for Maybe as detailed in this PR:

#16

  • "undefined" (missing fields) and null will parse to Nothing
  • Nothing will write to null.

Please exercise caution when using Maybe in JSON!