JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 51
  • Score
    100M100P100Q45350F
  • License MIT

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rescript-json) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    rescript-json

    This package helps you convert between Rescript values and JSON values.

    API Docs

    See the API docs for installation/usage here!

    Credit

    This package is a port of Elm's JSON decoding library.

    When creating this package, I basically went through the docs for the Elm library and implemented a Rescript version. Additional, because it's so well done, the documentation is copied verbatim.

    Thanks to Evan Czaplicki (@evancz) and all other folks for designing and creating the excellent Elm package!

    Changelog

    1.0.6

    • Don't include compiled JS in published module source

    1.0.5

    • Fix compile error introduced in 1.0.4

    1.0.4

    • New docs!

    1.0.3

    • Rescript 10