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 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
tktech/pysimdjson Fast JSON parsing for Python, using SIMD instructions when available 643
simplejson/simplejson A fast and extensible JSON encoder/decoder for Python 1,653
ruby/json A Ruby implementation of the JSON data serialization format 703
rudolph-miller/jonathan A JSON encoder and decoder implemented in Common Lisp. 164
jsonpickle/jsonpickle Converts complex Python objects to JSON and vice versa. 1,260
icrar/ijson An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. 845
teskalabs/cysimdjson A high-performance JSON parsing library for Python 362
json-parser/json-parser A lightweight C parser for structured data formats like JSON 1,285
griffindy/rackson A Ruby library that deserializes JSON into Ruby objects with type checking and optional property definition. 7
mjansson/json An in-place JSON parser implemented in a single header file 74
lovasoa/bad_json_parsers Measures how deeply nested JSON structures can be parsed by different languages' parsers. 366
recp/json A lightweight JSON parsing library that creates a DOM-like data structure 24
beregond/jsonmodels A Python library to simplify working with structured data from JSON 3
francoispqt/gojay A high-performance JSON parser and encoder with streaming capabilities for Go. 2,123
fangyidong/json-simple A simple toolkit for encoding and decoding JSON text in Java 747