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.
http://interactive-matter.org/2010/08/ajson-handle-json-with-arduino/
567 stars 136 forks source link

Dictionary support #69

Closed lasselukkari closed 9 years ago

lasselukkari commented 9 years ago

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.