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

Added methods for get and Int or Float Array from the object aJson #51

Open Azrrael-exe opened 11 years ago

Azrrael-exe commented 11 years ago

aJsonClass::getFloatArray(aJsonObject* object) aJsonClass::getIntArray(aJsonObject* object)