Releases: justinwoo/purescript-simple-json
Releases · justinwoo/purescript-simple-json
v0.10.0
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!