|
Greenbone Vulnerability Management Libraries 22.32.0
|
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.
Definition at line 58 of file jsonpull.h.
| gchar* gvm_json_pull_event_t::error_message |
Error message, NULL on success.
Definition at line 63 of file jsonpull.h.
Referenced by gvm_json_pull_event_cleanup().
| GQueue* gvm_json_pull_event_t::path |
| gvm_json_pull_event_type_t gvm_json_pull_event_t::type |
| cJSON* gvm_json_pull_event_t::value |
Value for non-container value events.
Definition at line 62 of file jsonpull.h.
Referenced by gvm_json_pull_event_cleanup().