1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 15:13:04 +04:00
Files
2020-07-22 12:03:37 +02:00

5 lines
75 B
C++

#include <nlohmann/json.hpp>
#include "Foo.hpp"
class Bar : public Foo{};