haskell-json
JSON parser
A JSON parser implementation in Haskell.
Source Code for JSON Parser Video
171 stars
5 watching
26 forks
Language: Haskell
last commit: over 1 year ago hacktoberfesthacktoberfest2020
Related projects:
Repository | Description | Stars |
---|---|---|
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
teskalabs/cysimdjson | A high-performance JSON parsing library for Python | 362 |
tktech/pysimdjson | Fast JSON parsing for Python, using SIMD instructions when available | 643 |
dougbinks/sjson | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 848 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
chrispenner/json-to-haskell | A tool to automatically generate Haskell data types and instances from JSON schema | 82 |
spyzhov/ajson | A Go package for parsing and manipulating JSON data with path-based selection support | 245 |
himujjal/zig-json5 | A JSON5 parser/stringifier for Zig programming language. | 23 |
travisstaloch/simdjzon | A high-performance JSON parser ported to the Zig programming language | 107 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,364 |
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 193 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
antonholmquist/jason | A JSON parsing and manipulation library for the Go programming language | 1,142 |