bblanchon / ArduinoJson

📟 JSON library for Arduino and embedded C++. Simple and efficient.
https://arduinojson.org
MIT License
6.73k stars 1.12k forks source link

Max json size #1249

Closed BlaiMunoz closed 4 years ago

BlaiMunoz commented 4 years ago

Good day,

I am programming using an Arduino MKR ZERO with the Arduino IDE 1.8.12

I am trying to read a json stored in an SD. The json looks something like this:

{"123456798":1,"987654321":0}

I have been able to load a json with 200 keys but if I try to load a bigger json the program freezes. Is there any way of loading a much bigger json? I need it to be at least 700 keys.

Thank you very much!

bblanchon commented 4 years ago

Hi @BlaiMunoz,

Please read:

Best regards, Benoit