wbuf_flush
static int wbuf_flush(struct json_write_buf *wbuf, int full);
return wbuf_flush(&json->wbuf, /*full=*/1);
if (!wbuf_flush(wbuf, /*full=*/0))