Greenbone Vulnerability Management Libraries 22.18.1
|
Event generated by the JSON pull parser. More...
#include <jsonpull.h>
Data Fields | |
gvm_json_pull_event_type_t | type |
Type of event. | |
GQueue * | path |
Path to the event value. | |
cJSON * | value |
Value for non-container value events. | |
gchar * | error_message |
Error message, NULL on success. | |
Event generated by the JSON pull parser.
gchar* gvm_json_pull_event_t::error_message |
Error message, NULL on success.
GQueue* gvm_json_pull_event_t::path |
Path to the event value.
gvm_json_pull_event_type_t gvm_json_pull_event_t::type |
Type of event.
cJSON* gvm_json_pull_event_t::value |
Value for non-container value events.