quicktype
quicktype copied to clipboard
Feature: Make print function selectable (cJSON)
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 option between using
cJSON_Print
or
cJSON_PrintUnformatted