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

Support Json creation #16

Open alieslam opened 6 years ago

alieslam commented 6 years ago

I know it sounds silly as the library states from its name that it just parses json objects, and it does what my project needs exactly which is really awesome...! but my project also talks to the servers and they need json objects, so are there any plans to support creating json objects along with this library just to make sure not to use another libraries for this feature or implement the json creation feature beside json-streaming-parser library?