6 #include <nlohmann/json.hpp> nlohmann::json json
Definition: JsonFile.h:10
json m_JsonData
Definition: JsonFile.h:34
Base class that represents a loaded resource in the engine.
Definition: Resource.h:11
void LoadJsonFile()
Loads the JsonFile based on Guid path.
Definition: JsonFile.cpp:12
json & GetJsonData()
Get a reference to the current Json data that is loaded from this file.
Definition: JsonFile.h:30
entt::hashed_string Guid
Definition: FlingTypes.h:21
A JsonFile provides an interface for easily using JSON files.
Definition: JsonFile.h:15
JsonFile(Guid t_ID)
Construct a new JsonFile object.
Definition: JsonFile.cpp:6