cJSON value string limit?
Posted: Wed May 30, 2018 9:37 am
Hi,
It is probably listed somewhere but I can't find it for now: is there a limit on the length of a string you can ask for or provide via the cJSON implementation in ESP-IDF?
I am writing our own parameter storage interface layer which uses NVS to store various parameters in flash and I am wondering if the cJSON implementation can handle the maximum string parameter length of 1984 as defined by the NVS component?
Any help much appreciated.
It is probably listed somewhere but I can't find it for now: is there a limit on the length of a string you can ask for or provide via the cJSON implementation in ESP-IDF?
I am writing our own parameter storage interface layer which uses NVS to store various parameters in flash and I am wondering if the cJSON implementation can handle the maximum string parameter length of 1984 as defined by the NVS component?
Any help much appreciated.