Move to the specified node in the current array or object
#include <sys/json.h>
json_decoder_error_t json_decoder_position_index(json_decoder_t *decoder, int index);
This function positions the decoder to the specified node in the current array or the specified property in the current object, if it exists.