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: about 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
chadaustin/sajsonA high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string.568
mjansson/jsonAn in-place JSON parser implemented in a single header file74
json-parser/json-parserA lightweight C parser for structured data formats like JSON1,286
kazuho/picojsonA lightweight C++ JSON parser and serializer with various interfaces.1,119
argonaut-io/argonautA library for parsing and manipulating JSON data in Scala.546
spyzhov/ajsonJSON parser with path selection support249
icrar/ijsonAn iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files.861
squix78/json-streaming-parserAn Arduino library for parsing JSON streams on devices with limited memory209
hjson/hjson-cppA C++ library for parsing and generating JSON data69
haskell/aesonA Haskell library for parsing and generating JSON data1,257
caxap/jsonobjectsA Python library that allows declarative extraction and conversion of elements from JSON documents.5
recp/jsonA lightweight JSON parsing library that creates a DOM-like data structure24
arkanovicz/essential-jsonA lightweight Java JSON library providing minimalistic parsing and rendering capabilities5
davisp/jiffyA C++ JSON parser implemented as an Erlang NIF.871
lloyd/yajlA fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance.2,156