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

566 stars
51 watching
136 forks
Language: C++
last commit: 3 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. 570
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,285
kazuho/picojson A lightweight C++ JSON parser and serializer with various interfaces. 1,120
argonaut-io/argonaut A library for parsing and manipulating JSON data in Scala. 547
spyzhov/ajson A Go package for parsing and manipulating JSON data with path-based selection support 243
icrar/ijson An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. 845
squix78/json-streaming-parser An Arduino library for parsing JSON streams on devices with limited memory 207
hjson/hjson-cpp A C++ library for parsing and generating JSON data 70
haskell/aeson A Haskell library for parsing and generating JSON data 1,255
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. 870
lloyd/yajl A fast and portable C library for parsing JSON data from streams, with minimal memory copying and fast performance. 2,156