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