purescript-simple-json
purescript-simple-json copied to clipboard
A simple Purescript JSON library that uses types automatically
Hello, Could this package be upgraded to 0.15.0? :)
I see that Tuple parsing was attempted and decided against. It would be nice to add a note about that in the docs. If possible, with a recommended alternative for...
`quickstart.md` doesn't define WithNullable. I searched the repo and found a definition of it in `QuickStart.purs`. Maybe there should be a script to insert the code into the doc, to...
Good morning, I have a record in a `Foreign` object, and when I try to turn it into a Purescript record using `read'` I get the following error: ``` Error...
I know that might not be an issue with the library itself, but as `Affjax` is probably the most famous purescript library for ajax, it would make sense to be...