quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Feature: Make print function selectable (cJSON)

Open pseudotronics opened this issue 2 years ago • 0 comments

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

pseudotronics avatar Jul 27 '23 12:07 pseudotronics