Bryan Flannery
Bryan Flannery
Struct definitions are restrictive and a PITA. There should be a flag to change the code generation to use typedefs instead of structs. I may try to tackle adding this...
I have run into an issue where the cJSON implementation of enums produces what to me is an unacceptable result. Take for instance the following enum: ```json "subscription": { "type":...
Add an option for using the unformatted print vs the default formatted print. For low resource systems the formatted print takes up unnecessary or unavailable memory. User should have the...