11#include <cjson/cJSON.h>
int gvm_json_obj_check_str(cJSON *, const gchar *, gchar **)
Get a string field from a JSON object.
Definition json.c:142
int gvm_json_obj_check_int(cJSON *, const gchar *, int *)
Get an int field from a JSON object.
Definition json.c:97
int gvm_json_obj_int(cJSON *, const gchar *)
Get an int field from a JSON object.
Definition json.c:120
gchar * gvm_json_string_escape(const char *, gboolean)
Escapes a string according to the JSON or JSONPath standard.
Definition json.c:17
gchar * gvm_json_obj_str(cJSON *, const gchar *)
Get a string field from a JSON object.
Definition json.c:165
double gvm_json_obj_double(cJSON *, const gchar *)
Get a double field from a JSON object.
Definition json.c:75