interactive-matter/aJson
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.
C++
Issues
- 1
How to get json from SD storage?
#81 opened by Linda0509 - 1
valuestring parse is truncated
#93 opened by b-rohit - 0
- 4
- 2
json object in json array
#87 opened by EkaCreativeSolutions - 6
Compatibility with SD.h
#17 opened by gziolle - 6
Memory Leak in print() function?
#39 opened by asaeed - 1
Example for adding json objects to a json array?
#78 opened by fmgomes - 5
Could you confirm this library is abandoned?
#85 opened by q2dg - 0
Question about aJsonStream::printFloat
#84 opened by 3sigma - 0
Tcpclient break when sending the json
#83 opened by JacksonLv - 0
how to use stream()
#82 opened by intelligentandgoodlooking - 0
Over stack
#80 opened by sangseu - 5
Dictionary support
#68 opened by lasselukkari - 0
error in README.md
#77 opened by phonicmouse - 0
JsonFilter problem
#76 opened by phonicmouse - 3
Use of array
#75 opened by sticilface - 0
- 0
Compile Error With Arduino Uno
#73 opened by KritiBhandari - 3
- 0
YUN problem with Serial Monitor
#71 opened by IvanKunjasic - 3
aJson.parse changing value of double
#70 opened by merrillii - 3
Updating a boolean value
#66 opened by lasselukkari - 12
Can you create a very simple sketch that follows the filtering example described in the readme?
#48 opened by rkertesz - 2
Memory Leakage
#63 opened - 1
Port to SAM3X8E (Ardunio Due)
#40 opened by jupp0r - 0
Negative integers parsed incorrectly on Arduino Due
#60 opened by nw2s - 1
objects on arduino
#59 opened by jhoogeboom - 0
- 1
Problem freeing memory
#38 opened - 0
JSON string not parsing properly
#55 opened by afuhrtrumpet - 0
Could not get multiple results
#54 opened by Surapol - 0
usage with HTTPClient ?
#47 opened by net1957 - 2
- 1
Array (using square brackets) supported ?
#45 opened by bilics - 1
Compatibility with Bluetooth Shield
#43 opened by bassrock - 0
Escape slash / too
#41 opened by faritka - 3
- 2
- 8
Not able to parse a string
#28 opened by DuncanMcNamara - 2
- 3
Compiling Default Examples Code Wrong
#30 opened by hernanchodiaz - 2
Parse from EthernetClient?
#22 opened by beatgammit - 3
- 1
valuefloat returns 0.00
#21 opened by d0773d - 0
Unicode Strings like "\u00e1"
#25 opened by SunboX - 1
- 1
Problem with number value
#20 opened by mcarli - 1
Spaces after valuestring cannot be skipped
#16 opened by intijk - 0
floats with numbers after the dot (e.g., 40.5) are parsed incorrectly
#15 opened by interactive-matter