squix78 / json-streaming-parser

Arduino library for parsing potentially huge json streams on devices with scarce memory
MIT License
205 stars 88 forks source link

Heap size issues ? #15

Open Ierlandfan opened 6 years ago

Ierlandfan commented 6 years ago

I want to rule out heap size issues in my sketch so I want to use a const char instead of String Altrunner version has that but added the virtual function "error" I don't understand. (I am trying to implement that version into PlaneSpotter ofcourse) to make it more robust. Can you come up with an example to explain the virtual void error(); example? (I cannot seem to find a way to reach Altrunner so that's why I ask)