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

Use purescript record #2

Closed justinwoo closed 7 years ago

justinwoo commented 7 years ago

Uses Purescript-Record to no longer need any unsafe shenanigans or underlying StrMap implementation nonsense!!!

Thanks to Phil, Gary, Nicholas S. for all the help getting this working 😄