json-algorithm
JSON parser
Decodes JSON data into a Python object tree
Now even your pet rock can parse JSON.
99 stars
4 watching
8 forks
Language: Python
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Fast JSON parsing for Python, using SIMD instructions when available | 648 |
| A fast and extensible JSON encoder/decoder for Python | 1,657 |
| A Ruby implementation of the JSON data serialization format | 704 |
| A JSON encoder and decoder implemented in Common Lisp. | 164 |
| Converts complex Python objects to JSON and vice versa. | 1,260 |
| An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. | 861 |
| A high-performance JSON parsing library for Python | 365 |
| A lightweight C parser for structured data formats like JSON | 1,286 |
| A Ruby library that deserializes JSON into Ruby objects with type checking and optional property definition. | 7 |
| An in-place JSON parser implemented in a single header file | 74 |
| Measures how deeply nested JSON structures can be parsed by different languages' parsers. | 366 |
| A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
| A Python library to simplify working with structured data from JSON | 3 |
| A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,127 |
| A simple toolkit for encoding and decoding JSON text in Java | 748 |