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

error: no matching function for call to aJsonClass::parse #57

Open davidebuldrini opened 10 years ago

davidebuldrini commented 10 years ago

I'm trying to parse json from a file stream as described in the readme:

File file = SD.open(fileName); aJsonObject* jsonObject = aJson.parse(file);

but I get this error: error: no matching function for call to ‘aJsonClass::parse(File&)’