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