Descend into an array
#include <sys/json.h>
json_decoder_error_t json_decoder_push_array(json_decoder_t *decoder,
const char *name,
bool optional);
This function positions the decoder within the specified array or the current array. If the call succeeds, subsequent calls can be made to return the nodes representing the elements of the array.