json-streaming-parser
JSON parser
An Arduino library for parsing JSON streams on devices with limited memory
Arduino library for parsing potentially huge json streams on devices with scarce memory
208 stars
10 watching
88 forks
Language: C++
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
interactive-matter/ajson | A C++ library to parse and generate JSON data structures for Arduino projects. | 567 |
rubensworks/jsonld-streaming-parser.js | A streaming JSON-LD parser that converts documents into RDF/JS triples and quads. | 80 |
halaxa/json-machine | An efficient and easy-to-use JSON parser that loads documents into memory in small chunks. | 1,103 |
chadaustin/sajson | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 568 |
davisp/jiffy | A C++ JSON parser implemented as an Erlang NIF. | 871 |
xtao-org/jsonhilo | A fast and lossless streaming JSON parser with high-level and low-level interfaces. | 34 |
rotatef/json-streams | A Common Lisp library for reading and writing JSON text with streaming capabilities. | 20 |
wanglingsong/jsonsurfer | A Java streaming JSON processor with support for selective data extraction and multiple binary formats. | 295 |
lloyd/yajl | A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. | 2,156 |
kazuho/picojson | A lightweight C++ JSON parser and serializer with various interfaces. | 1,119 |
tsoding/haskell-json | A JSON parser implementation in Haskell. | 171 |
argonaut-io/argonaut | A library for parsing and manipulating JSON data in Scala. | 546 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 716 |
mpx/lua-cjson | A fast and standards-compliant JSON encoding/parsing module for the Lua programming language. | 936 |