json
Json parser
A fast and immutable JSON parser written in Scala
Persist-Json, a Fast Json Parser Written in Scala
11 stars
6 watching
11 forks
Language: Scala
last commit: over 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
chadaustin/sajson | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 570 |
rudolph-miller/jonathan | A JSON encoder and decoder implemented in Common Lisp. | 164 |
metosin/jsonista | A Clojure library for fast JSON encoding and decoding. | 420 |
argonaut-io/argonaut | A library for parsing and manipulating JSON data in Scala. | 547 |
ruby/json | A Ruby implementation of the JSON data serialization format | 703 |
kazuho/picojson | A lightweight C++ JSON parser and serializer with various interfaces. | 1,120 |
liufeigit/jsonparse | A lightweight and fast JSON parsing library in ANSI C. | 11 |
icrar/ijson | An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. | 845 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
dominictarr/json.sh | A tool that parses JSON data and outputs the path to each object in the data along with the object itself. | 2,001 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,940 |
ohler55/ojc | A lightweight C implementation of optimized JSON parsing and processing. | 35 |
typelevel/jawn | A JSON parser library for Scala that provides fast and featureful parsing capabilities | 433 |