aJson

JSON parser

A C++ library to parse and generate JSON data structures for Arduino projects.

aJson is an Arduino library to enable JSON processing with Arduino. It easily enables you to decode, create, manipulate and encode JSON directly from and to data structures.

GitHub

567 stars
51 watching
136 forks
Language: C++
last commit: 5 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
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
mjansson/json An in-place JSON parser implemented in a single header file 74
json-parser/json-parser A lightweight C parser for structured data formats like JSON 1,286
kazuho/picojson A lightweight C++ JSON parser and serializer with various interfaces. 1,119
argonaut-io/argonaut A library for parsing and manipulating JSON data in Scala. 546
spyzhov/ajson JSON parser with path selection support 249
icrar/ijson An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. 861
squix78/json-streaming-parser An Arduino library for parsing JSON streams on devices with limited memory 209
hjson/hjson-cpp A C++ library for parsing and generating JSON data 69
haskell/aeson A Haskell library for parsing and generating JSON data 1,257
caxap/jsonobjects A Python library that allows declarative extraction and conversion of elements from JSON documents. 5
recp/json A lightweight JSON parsing library that creates a DOM-like data structure 24
arkanovicz/essential-json A lightweight Java JSON library providing minimalistic parsing and rendering capabilities 5
davisp/jiffy A C++ JSON parser implemented as an Erlang NIF. 871
lloyd/yajl A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. 2,156