Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Issues are used to track todos, bugs, feature requests, and more.
I have two functions one is creating JsonObject and another accept this JsonObject and parse it. Json.h #include "Parse.h" // global declaration const size_t bufferSize = JSON_OBJECT_SIZE(2) + ...