justinwoo / purescript-simple-json

A simple Purescript JSON library that uses types automatically
http://purescript-simple-json.readthedocs.io
MIT License
133 stars 45 forks source link

update dependencies, remove NullOrUndefined #35

Closed justinwoo closed 6 years ago

justinwoo commented 6 years ago

Removes NullOrUndefined, matches up Maybe to foreign-generics, makes Nullable output null.

justinwoo commented 6 years ago

@dwhitney I'm planning to make this change, but it will change the behavior of Maybe in a breaking way. For explicit null, Nullable or a usage with Record.modify should suit your needs.

dwhitney commented 6 years ago

I like this better 👍