Move to the next node in the current array or object
#include <sys/json.h>
json_decoder_error_t json_decoder_next(json_decoder_t *decoder);
This function positions the decoder at the next element in the current array or the next property in the current object, if one exists.