Decodes a JSON-compatible wire value.
@override Diff decode(Object? value) => Diff.fromJson(decodeAcpObject(value));