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.
Here is the pull request with the dictionary support.
The project had 3 different intend styles mixed (tab, 2 and 4 spaces). The 2 spaces seemed to be dominant so I used that for the whole source. I know this makes commit history hard to track but it's better to fix it at some point. Let me know if this is a problem. The real changes are in this commit: https://github.com/lasselukkari/aJson/commit/97a148cf48b9070cfef80dd4672642a60279b19f. Please verify them before accepting the pull request.
I also updated the readme and keywords files to match the changes and added an example for the dictionary.
Here is the pull request with the dictionary support.
The project had 3 different intend styles mixed (tab, 2 and 4 spaces). The 2 spaces seemed to be dominant so I used that for the whole source. I know this makes commit history hard to track but it's better to fix it at some point. Let me know if this is a problem. The real changes are in this commit: https://github.com/lasselukkari/aJson/commit/97a148cf48b9070cfef80dd4672642a60279b19f. Please verify them before accepting the pull request.
I also updated the readme and keywords files to match the changes and added an example for the dictionary.