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