DaveGamble / cJSON

Ultralightweight JSON parser in ANSI C
MIT License
10.28k stars 3.15k forks source link

const-qualify cJSON *item parameter in cJSON_PrintPreallocated #823

Open escherstair opened 5 months ago

escherstair commented 5 months ago

This parameter can be safely cons-qualified, as already done in the other CJSON_Print functions

See issue #822