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