-->
Page 1 of 1

Processing huge JSON objects on the ESP8266/Arduino platform

PostPosted: Sun Oct 25, 2015 8:25 am
by squix78
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

Re: Processing huge JSON objects on the ESP8266/Arduino plat

PostPosted: Thu Feb 16, 2017 4:36 pm
by juanpintom
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