Parse a string of JSON data
#include <sys/json.h>
json_decoder_error_t json_decoder_parse_json_str(json_decoder_t *decoder, const char *str);
json_decoder_error_t & json_decoder_get_parse_error()