Open davidebuldrini opened 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&)’
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&)’