fixed Array::toJson()

This commit is contained in:
ALEXks
2025-05-18 14:51:37 +03:00
parent 3ec1b52bea
commit 18a2795760

View File

@@ -433,6 +433,7 @@ namespace Distribution
retVal["id"] = (int64_t)id;
retVal["name"] = name;
retVal["shortName"] = shortName;
retVal["packedAddress"] = std::to_string((long long)this);
retVal["dimSize"] = dimSize;
retVal["typeSize"] = typeSize;