Add const qualifier for non-destructive functions
Functions like cJSON_Print do not and should not modify the object passed to them.
Showing
想要评论请 注册 或 登录
Functions like cJSON_Print do not and should not modify the object passed to them.