Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By squix78
#32238 Hi community

Just wanted to share with you my new library which lets you process huge JSON objects (e.g. 1MB or more) on devices with little memory such as the ESP8266. It is an event driven stream parser and is especially helpful if you are not interested in the whole JSON object but only in a portion of it. I published it under the MIT license and you can find it on Github.

Read more here: http://blog.squix.ch/2015/10/esp8266arduino-processing-huge-json.html

Hope it will be as helpful to you as it is to me...

Cheers,
Dani
User avatar
By juanpintom
#62661 Hi squix78, first of all thanks for sharing your work :P

Im looking a library to stream parts of a file saved on FS, actually am using ArduinoJson library but the json it's getting bigger and I think your library can be a solution.

Can you help me? It's possible? I looked at your Weather example, but here you read from Wundergroud.

Really thanks again for your work :P