rsstats 0.0.1
Redis Enterprise Statistic collector
json.h
Go to the documentation of this file.
1
22#ifndef __JSON_H__
23#define __JSON_H__
24
25#include "cJSON.h"
26
43char* json2text(cJSON* value_json);
44
45#endif /* __JSON_H__ */
46/* vim: set tw=80: */
char * json2text(cJSON *value_json)
Convert a cJSON object in a C String.
Definition: json.c:31
Definition: cJSON.h:103