json-spec-elm: Elm code generate for `json-spec`.

[ elm, json, library, mit ] [ Propose Tags ]
This version is deprecated.

Produce elm types, encoders, and decoders from a `json-spec` Specification.

See `testtest.hs` for an example.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.0.4, 0.4.0.0, 0.4.0.1 (info)
Dependencies base (>=4.17 && <4.18), bound (>=2.0.7 && <2.1), containers (>=0.6.7 && <0.7), elm-syntax (>=0.3.2.0 && <0.4), json-spec (>=0.2.1.0 && <0.3), mtl (>=2.2.2 && <2.3), prettyprinter (>=1.7.1 && <1.8), text (>=2.0.2 && <2.1), unordered-containers (>=0.2.19.1 && <0.3) [details]
License MIT
Copyright 2022 Rick Owens
Author Rick Owens
Maintainer rick@owensmurray.com
Category JSON, Elm
Home page https://github.com/owensmurray/json-spec-elm
Uploaded by rickowens at 2023-09-02T18:15:46Z
Distributions Stackage:0.4.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 208 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for json-spec-elm-0.1.0.1

[back to package description]

json-spec-elm

Produce elm types, encoders, and decoders from a json-spec Specification.

See /test/test.hs for an example.