for(var i = 0; i < json.length; ++i) {
        var item = json[i];

        var step = Step.fromJson(item);