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

Reduce buffer size #19

Open anatom74 opened 6 years ago

anatom74 commented 6 years ago

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).