yumapro
24.10-1
YumaPro SDK
|
JSON walker function for GET2 support. More...
#include <json_wr.h>
Data Fields | |
ses_cb_t * | scb |
backptr to session control block to use for output | |
xml_msg_hdr_t * | msg |
back-ptr to message header in progress | |
int32 | indent |
indent amount | |
val_nodetest_fn_t | testfn |
test function to skip or include the YANG data node | |
boolean | expand_varexpr |
expand yangcli variable expressions if found | |
boolean | maxmode |
flag to indicate max-depth already reached | |
boolean | isfirst |
the first call has been done | |
boolean | isfirstchild |
the first child node call has been done | |
boolean | list_failed |
Set to true if the list callback failed, so forcing the end of the array processing, write close brackets and stop list processing. | |
JSON walker function for GET2 support.