rescript-labs / decco

Bucklescript PPX which generates JSON (de)serializers for user-defined types
MIT License
226 stars 27 forks source link

This project is amazing ! #18

Closed thangngoc89 closed 5 years ago

thangngoc89 commented 5 years ago

I just want to say thank you @ryb73 . Your project is amazing and it removes all the boilerplate that comes with decoding / encoding.

Furthermore, this ppx is compatible with ppx_jsobject_conv and oh boy. Communicating between js_of_ocaml and bucklescript can't be easier. Using the same Types.re on both side with different deriving tag and bam.

It works ! So once again, thank you very much

ryb73 commented 5 years ago

Thanks for the kind words @thangngoc89! Glad it's working well for you!