Antares Xpansion
Investment simulations for Antares studies
Loading...
Searching...
No Matches
JsonKeysConstants.h
1#pragma once
2
3constexpr const char* JSON_KEY_INITIAL_CAPACITIES = "initial_capacities";
4
5constexpr const char* JSON_KEY_CANDIDATES_PROFILES = "candidate_profiles";
6constexpr const char* JSON_KEY_INVESTMENT = "investment";
7constexpr const char* JSON_KEY_DECOMMISSIONING = "decommissioning";
8
9constexpr const char* JSON_KEY_TREE = "tree";
10constexpr const char* JSON_KEY_PATH = "path";
11constexpr const char* JSON_KEY_PARENT = "parent";
12constexpr const char* JSON_KEY_WEIGHT = "weight";
13constexpr const char* JSON_KEY_CANDIDATES = "candidates";