前置 安装 nlohmann/json 库 文件结构 AddressBook/ ├── nlohmann└── json.hpp ├── Contact.h ├── Contact.cpp ├── AddressBook.h ├── AddressBook.cpp ├── Serializer.h ├── Serializer.cpp ├── FileManager.h ├── FileManager.cpp └── main.cpp Contact.h #ifndef