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.

GitHub

81 stars
4 watching
6 forks
Language: Haskell
last commit: over 5 years ago
haskelljson

Related projects:

RepositoryDescriptionStars
haskell/aesonA Haskell library for parsing and generating JSON data1,257
m-zajac/json2goTool for generating Go type representations from JSON inputs132
tsoding/haskell-jsonA JSON parser implementation in Haskell.172
ocramz/aeson-schemaTool for validating and generating JSON data structures60
victools/jsonschema-generatorA tool to generate JSON schemas from Java classes405
augustss/djinnA tool to generate Haskell code from a given type, allowing developers to quickly create and prototype Haskell projects.129
hermanussen/jsonbyexamplegeneratorA C# source generator that creates classes from example JSON files.78
krisajenkins/elm-exportGenerates Elm types and JSON decoders from Haskell source.116
creativeinquiry/go2jsonTool 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-jsonschemaGenerates JSON schema from POJOs using Jackson annotations236
haskell/alexA tool for generating lexical analysers in Haskell298
hjson/hjson-cppA C++ library for parsing and generating JSON data69
haskell-gi/haskell-giGenerates Haskell bindings for GObject Introspection capable libraries293
lucassscaravelli/ejProvides a simple way to handle JSON data from different sources in Go applications.10
haskell-to-elm/haskell-to-elmGenerates matching Elm type definitions and JSON encoders and decoders from Haskell types61