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/
566 stars 136 forks source link

Added an unsigned long aJson return type and support for teensy. #90

Open ryanneve opened 7 years ago

ryanneve commented 7 years ago

unsigned long is useful for Time functionality .

Also fixed bug: aJsonStream::flush() now returns void like the base class's method (Print::flush()) it overrides.