JSON decoder structure
#include <sys/json.h>
typedef struct _json_decoder json_decoder_t;
The json_decoder_t data type is opaque and is used to represent a JSON decoder instance.