Greenbone Vulnerability Management Libraries 22.18.1
|
Path element types for the JSON pull parser. More...
#include <jsonpull.h>
Data Fields | |
gvm_json_pull_container_type_t | parent_type |
parent container type | |
int | index |
Index of the element within the parent. | |
char * | key |
Key if element is in an object. | |
int | depth |
Number of ancestor elements. | |
Path element types for the JSON pull parser.
int gvm_json_path_elem::depth |
Number of ancestor elements.
int gvm_json_path_elem::index |
Index of the element within the parent.
char* gvm_json_path_elem::key |
Key if element is in an object.
gvm_json_pull_container_type_t gvm_json_path_elem::parent_type |
parent container type