Creates Delta from de-serialized JSON representation.
static Delta fromJson(List data) { return new Delta._(data.map(Operation.fromJson).toList()); }