Ascend out of an object or array
#include <sys/json.h>
json_decoder_error_t json_decoder_pop(json_decoder_t *decoder);
This function positions the decoder to the parent of the current object or array. Following this call, the current node will be the next node following the object or array being popped.