https://github.com/jaredramirez/rescript-json
Easily encode and decode JSON in Rescript
https://github.com/jaredramirez/rescript-json
decode elm encode json rescript
Last synced: about 1 month ago
JSON representation
Easily encode and decode JSON in Rescript
- Host: GitHub
- URL: https://github.com/jaredramirez/rescript-json
- Owner: jaredramirez
- Created: 2021-11-19T04:44:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T19:43:41.000Z (over 2 years ago)
- Last Synced: 2024-10-13T15:11:05.046Z (8 months ago)
- Topics: decode, elm, encode, json, rescript
- Language: ReScript
- Homepage: https://rescript-json.jaredramirez.omg.lol/
- Size: 554 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## rescript-json
This package helps you convert between Rescript values and JSON values.
### API Docs
See the API docs for installation/usage [here](https://rescript-json.jaredramirez.omg.lol/)!
### Credit
This package is a port of [Elm's JSON decoding library](https://package.elm-lang.org/packages/elm/json/latest/).
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](https://github.com/evancz)) and all other folks for designing and creating the excellent Elm package!
### Changelog
#### 1.0.5
- Fix compile error introduced in 1.0.4
#### 1.0.4
- New docs!
#### 1.0.3
- Rescript 10