json-algorithm

JSON parser

Decodes JSON data into a Python object tree

Now even your pet rock can parse JSON.

GitHub

99 stars
4 watching
8 forks
Language: Python
last commit: about 10 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
tktech/pysimdjsonFast JSON parsing for Python, using SIMD instructions when available648
simplejson/simplejsonA fast and extensible JSON encoder/decoder for Python1,657
ruby/jsonA Ruby implementation of the JSON data serialization format704
rudolph-miller/jonathanA JSON encoder and decoder implemented in Common Lisp.164
jsonpickle/jsonpickleConverts complex Python objects to JSON and vice versa.1,260
icrar/ijsonAn iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files.861
teskalabs/cysimdjsonA high-performance JSON parsing library for Python365
json-parser/json-parserA lightweight C parser for structured data formats like JSON1,286
griffindy/racksonA Ruby library that deserializes JSON into Ruby objects with type checking and optional property definition.7
mjansson/jsonAn in-place JSON parser implemented in a single header file74
lovasoa/bad_json_parsersMeasures how deeply nested JSON structures can be parsed by different languages' parsers.366
recp/jsonA lightweight JSON parsing library that creates a DOM-like data structure24
beregond/jsonmodelsA Python library to simplify working with structured data from JSON3
francoispqt/gojayA high-performance JSON parser and encoder with streaming capabilities for Go.2,127
fangyidong/json-simpleA simple toolkit for encoding and decoding JSON text in Java748