json_t *array, *integer; array = json_array(); integer = json_integer(42); json_array_append(array, integer); json_decref(integer);.
確定! 回上一頁