| 1260 | } |
| 1261 | |
| 1262 | CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item) |
| 1263 | { |
| 1264 | return (char*)print(item, false, &global_hooks); |
| 1265 | } |
| 1266 | |
| 1267 | CJSON_PUBLIC(char *) cJSON_PrintBuffered(const cJSON *item, int prebuffer, cJSON_bool fmt) |
| 1268 | { |