Here's an example of use: struct example { int32_t foo[10]; size_t foo_len; }; struct json_obj_descr array[] = { JSON_OBJ_DESCR_ARRAY(struct example, foo ...
確定! 回上一頁