nlohmann /json is a C++ component that reads and writes JSON. ... A>; using my_json = basic_json<my_workaround_fifo_map>; int main() { my_json j; j["f"] = 5; ...
確定! 回上一頁