simplejson

JSON parser

A fast and extensible JSON encoder/decoder for Python

simplejson is a simple, fast, extensible JSON encoder/decoder for Python

GitHub

2k stars
65 watching
337 forks
Language: Python
last commit: over 1 year ago
Linked from 2 awesome lists

jsonjson-parserjson-serializerpythonpython2python3

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
python-rapidjson/python-rapidjson A fast C++ JSON parser and serialization library wrapped in a Python 3 extension. 508
bunny83/simplejson A lightweight JSON parser written in C# 754
rudolph-miller/jonathan A JSON encoder and decoder implemented in Common Lisp. 164
postmates/pmjson A pure Swift JSON encoder/decoder library with strongly-typed support and convenience methods for converting to/from Foundation objects. 361
icrar/ijson An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. 861
tktech/pysimdjson Fast JSON parsing for Python, using SIMD instructions when available 648
json-parser/json-parser A lightweight C parser for structured data formats like JSON 1,286
dougbinks/sjson A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons 3
fangyidong/json-simple A simple toolkit for encoding and decoding JSON text in Java 748
mjansson/json An in-place JSON parser implemented in a single header file 74
teskalabs/cysimdjson A high-performance JSON parsing library for Python 365
hjson/hjson-cpp A C++ library for parsing and generating JSON data 69
cheery/json-algorithm Decodes JSON data into a Python object tree 99
nikita-volkov/jsonifier A fast and simple JSON encoding toolkit that aims to achieve better performance than existing solutions. 82
nfrechette/sjson-cpp A minimal C++ library to read and write Simplified JSON files without memory allocations. 21