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