yt-sun
Results
1
issues of
yt-sun
add support for from_json/to_json member function. for a example: ``` using nlohmann::json; class A { private: int a; public: void from_json(const json&){...} void to_json(json&) const {...} } void fun(){ A...
please rebase