mirror of
https://github.com/nlohmann/json.git
synced 2025-01-09 15:58:02 +08:00
5 lines
75 B
C++
5 lines
75 B
C++
#include <nlohmann/json.hpp>
|
|
#include "Foo.hpp"
|
|
|
|
class Bar : public Foo{};
|