rescript-json-combinators
rescript-json-combinators copied to clipboard
Combinator library for JSON decoding and encoding.
Would be nice if the decode exception included information about the error instead of the error message, so the output could be formatted nicely to an end user ```res type...
## Issue The package ships with only ReScript source files (`.res`, `.resi`) but no compiled JavaScript output (`.bs.js` files). The `bsconfig.json` is missing the `package-specs` configuration needed to generate compiled...
👋 Hi @glennsl! Thanks for the library, I like it. Rescript 12 beta.1 has been released recently. In this PR, I updated some stdlib calls and renamed bsconfig.json to rescript.json....