Open Linda0509 opened 8 years ago
I think it would be something like:
File fh = SD.open("/file/path.json", FILE_READ);
aJsonStream stream(&fh);
aJsonObject* doc = aJson.parse(&stream);
But I'm having some weird string issues myself (which is why I'm looking in issues...) so that may not be quite right?
I have a json file in my SD storage. So how can I parse it ?