Example #1
0
Door Door::fromJson(const std::string& json)
{
    Any map = JSon::fromJson(json);
    return fromJson(map.toMap());
}