Results 1 issues of Jakob O

char json[50] = "{}"; char json_out[50]; struct json_out out = JSON_OUT_BUF(json_out, sizeof(json_out)); json_setf(json, sizeof(json), &out, ".somekey", "true"); only writes the value into json_out and thus creates an invalid json printf("%s\n",...