json-autotype
Type inference tool
Generates Haskell type declarations from JSON input to improve developer productivity when working with big JSON APIs.
Automatic Haskell type inference from JSON input
149 stars
8 watching
23 forks
Language: Haskell
last commit: about 1 year ago elmhackagehacktoberfest2019haskellinferencejsonjson-autotypeparseparserunificationunion
Related projects:
Repository | Description | Stars |
---|---|---|
krisajenkins/elm-export | Generates Elm types and JSON decoders from Haskell source. | 116 |
haskell-to-elm/haskell-to-elm | Generates matching Elm type definitions and JSON encoders and decoders from Haskell types | 61 |
holmusk/elm-street | Automates generating Elm-compatible JSON encoders and decoders from Haskell types | 88 |
augustss/djinn | A tool to generate Haskell code from a given type, allowing developers to quickly create and prototype Haskell projects. | 129 |
i-am-tom/learn-me-a-haskell | Learning Haskell with focus on dependent types and type-level programming using the OneOf data structure | 70 |
chrispenner/json-to-haskell | A tool to automatically generate Haskell data types and instances from JSON schema | 82 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,258 |
sbrunner/jsonschema-gentypes | Tool to generate Python types from JSON Schema | 41 |
johnsundell/codextended | A suite of extensions that augment the Codable API in Swift with type inference-powered capabilities and conveniences. | 1,503 |
matsumonkie/izuna | Enhances Haskell code review by displaying type annotations directly in the browser. | 142 |
agrafix/elm-bridge | A tool to automatically generate Elm types and functions from Haskell definitions | 100 |
andreasabel/miniagda | A research prototype of a dependently typed language with sized types and variances | 104 |
jellezijlstra/autotyping | Automatically adds type annotations to code | 241 |
ocramz/aeson-schema | Tool for validating and generating JSON data structures | 60 |
migamake/homplexity | A tool that analyzes Haskell code to measure its complexity and quality | 61 |