jsmn_strerror
const char *jsmn_strerror(jsmnerr_t err);
pr_err("%s: json error %s\n", fn, jsmn_strerror(res));