json-streaming-parser
json-streaming-parser copied to clipboard
Reduce buffer size
Hi,
I see that there's quite large buffer used:
#define BUFFER_MAX_LENGTH 512
Is there a specific reason to be this value or it can be reduced? (I'm having quite a lot of pain with memory management and struggling for every byte on my Arduino).