json-to-haskell
JSON generator
A tool to automatically generate Haskell data types and instances from JSON schema
In goes JSON, out comes a complete Haskell model complete with instances! CLI and web interface available.
82 stars
4 watching
6 forks
Language: Haskell
last commit: almost 4 years ago haskelljson
Related projects:
Repository | Description | Stars |
---|---|---|
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
m-zajac/json2go | Tool for generating Go type representations from JSON inputs | 132 |
tsoding/haskell-json | A JSON parser implementation in Haskell. | 171 |
ocramz/aeson-schema | Tool for validating and generating JSON data structures | 60 |
victools/jsonschema-generator | A tool to generate JSON schemas from Java classes | 399 |
augustss/djinn | A tool to generate Haskell code from a given type, allowing developers to quickly create and prototype Haskell projects. | 129 |
hermanussen/jsonbyexamplegenerator | A C# source generator that creates classes from example JSON files. | 78 |
krisajenkins/elm-export | Generates Elm types and JSON decoders from Haskell source. | 116 |
creativeinquiry/go2json | Tool for generating abstract syntax trees from Go source code and converting them into JSON format for transpiling to other programming languages. | 5 |
mbknor/mbknor-jackson-jsonschema | Generates JSON schema from POJOs using Jackson annotations | 235 |
haskell/alex | A tool for generating lexical analysers in Haskell | 297 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 70 |
haskell-gi/haskell-gi | Generates Haskell bindings for GObject Introspection capable libraries | 290 |
lucassscaravelli/ej | Provides a simple way to handle JSON data from different sources in Go applications. | 10 |
haskell-to-elm/haskell-to-elm | Generates matching Elm type definitions and JSON encoders and decoders from Haskell types | 61 |