entt
EnTT-(de)serialization with nlohmann::json
Again playing with EnTT (ECS) which has a builtin mechanism that helps you (de)serialize a registry. You have to implement an 'archive' that (de)serializes the data. Here in the source-code I use nlohmann::json for this. In the end it was simpler than it seemed at