dear vivkin;
I enjoyed your parser a lot esp for its low memory footprint.
To mold the api into more c++ (i don't mean std::) and give the end-user even more simple API I've made some small changes in gason to form gason++
- using
gason namespace
- add a few method for finding children and array items.
- overloading operators for validity and type (tag) checking and ...
- adding a simple JSon builder class.
because these changes breaks your API (just using namespace gason; should be added to legacy codes) I prefer not to fork and submit an immediate pull request.
but if you find these changes useful please merge them into gason:
https://github.com/azadkuh/gason++
dear vivkin;
I enjoyed your parser a lot esp for its low memory footprint.
To mold the api into more c++ (i don't mean std::) and give the end-user even more simple API I've made some small changes in gason to form gason++
gasonnamespacebecause these changes breaks your API (just
using namespace gason;should be added to legacy codes) I prefer not to fork and submit an immediate pull request.but if you find these changes useful please merge them into gason:
https://github.com/azadkuh/gason++