jsmn
JSON parser
A lightweight JSON parser and tokenizer written in C.
Jsmn is a world fastest JSON parser/tokenizer. This is the official repo replacing the old one at Bitbucket
4k stars
144 watching
783 forks
Language: C
last commit: over 2 years agoLinked from 3 awesome lists
json-datajson-stringparsing
Related projects:
| Repository | Description | Stars |
|---|---|---|
| A high-performance JSON library written in ANSI C. | 3,164 | |
| A high-performance JSON parser that optimizes parsing speed and reliability. | 19,455 | |
| A fast JSON parser/generator for C++ with both SAX/DOM style API. | 14,426 | |
| Generates optimized JSON serialization functions for Go structures | 2,967 | |
| A fast JSON parser and validator written in Go that provides simple API access to parsed data without code generation or reflection. | 2,310 | |
| A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks. | 3,727 | |
| A JSON parsing and serialization library for Android using Jackson's streaming API | 3,204 | |
| A high-performance JSON serialization and deserialization library optimized for just-in-time compilation and SIMD instructions. | 7,038 | |
| A lightweight JSON parser written in C that efficiently scans and extracts key-value pairs from a JSON string. | 335 | |
| Fast JSON serialization and deserialization library | 6,376 | |
| A tiny, ANSI C JSON serializer with no dependencies or dynamic memory allocation | 38 | |
| A fast and flexible JSON parser that allows accessing fields by providing the key path without requiring schema knowledge. | 5,477 | |
| A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. | 4,509 | |
| A lightweight C++ JSON library for embedded systems and IoT devices. | 6,768 | |
| A serialization library for JavaScript expressions that supports Dates, BigInts, and other complex data types | 4,218 |