| 1251 | } |
| 1252 | |
| 1253 | CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item) |
| 1254 | { |
| 1255 | return (char*)print(item, false, &global_hooks); |
| 1256 | } |
| 1257 | |
| 1258 | CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt) |
| 1259 | { |