simplejson
JSON parser
A fast and extensible JSON encoder/decoder for Python
simplejson is a simple, fast, extensible JSON encoder/decoder for Python
2k stars
65 watching
337 forks
Language: Python
last commit: over 1 year ago
Linked from 2 awesome lists
jsonjson-parserjson-serializerpythonpython2python3
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A fast C++ JSON parser and serialization library wrapped in a Python 3 extension. | 508 |
| | A lightweight JSON parser written in C# | 754 |
| | A JSON encoder and decoder implemented in Common Lisp. | 164 |
| | A pure Swift JSON encoder/decoder library with strongly-typed support and convenience methods for converting to/from Foundation objects. | 361 |
| | An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. | 861 |
| | Fast JSON parsing for Python, using SIMD instructions when available | 648 |
| | A lightweight C parser for structured data formats like JSON | 1,286 |
| | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
| | A simple toolkit for encoding and decoding JSON text in Java | 748 |
| | An in-place JSON parser implemented in a single header file | 74 |
| | A high-performance JSON parsing library for Python | 365 |
| | A C++ library for parsing and generating JSON data | 69 |
| | Decodes JSON data into a Python object tree | 99 |
| | A fast and simple JSON encoding toolkit that aims to achieve better performance than existing solutions. | 82 |
| | A minimal C++ library to read and write Simplified JSON files without memory allocations. | 21 |