Get the number of elements in the current node
#include <sys/json.h>
int json_decoder_length(json_decoder_t *decoder);
This function returns the number of elements in the current array, or the number of properties in the current object.
The element or property count.