Position the decoder at the specified property
#include <sys/json.h>
json_decoder_error_t json_decoder_position_property( json_decoder_t *decoder, const char *name);
This function searches the current object for a property with the given name and if it's found, positions the decoder at that property.