Fixed JSON tags

This commit is contained in:
Ralph Wessel
2024-08-29 23:39:47 +01:00
parent 9a8087b180
commit d1c314f2ad
2 changed files with 6 additions and 6 deletions
@@ -19,9 +19,9 @@ namespace {
///Serialisation field IDs
static std::array fieldID = {
Identity{"Location"},
Identity{"Name"},
Identity{"Id"},
Identity{"location"},
Identity{"name"},
Identity{"id"},
};
}
@@ -19,9 +19,9 @@ namespace {
///Serialisation field IDs
static std::array fieldID = {
Identity{"Message"},
Identity{"Error"},
Identity{"StackTrace"},
Identity{"message"},
Identity{"error"},
Identity{"stackTrace"},
};
}