34#include "../third_party/nlohmann/json.hpp"
ComponentTypeID GetComponentTypeID_Static()
Converts task graph JSON from schema v3 to schema v4 (VisualScript).
static json MigrateJson(const json &v3data, std::vector< std::string > &outErrors)
Performs the v3->v4 JSON transformation in memory.
static bool Migrate(const std::string &inputPath, const std::string &outputPath, std::vector< std::string > &outErrors)
Migrates a v3 JSON file to v4 and writes the result to disk.
< Provides AssetID and INVALID_ASSET_ID